HISTORY.rst 725 B

123456789101112131415161718192021222324252627282930313233343536
  1. 1.0.5 (2017-05-29)
  2. ++++++++++++++++++
  3. * Fix bug in README example. (#22)
  4. - thanks to @tantale for the bug report
  5. * Allow ``None`` as quotechar when using ``QUOTE_NONE``. (#23)
  6. - thanks to @thanatos for the bug report
  7. 1.0.4 (2017-02-17)
  8. ++++++++++++++++++
  9. * Return write value from writerow. (#20)
  10. - thanks to @therg
  11. 1.0.3 (2017-01-23)
  12. ++++++++++++++++++
  13. * Add LICENSE file (#18).
  14. 1.0.2 (2016-09-15)
  15. ++++++++++++++++++
  16. * Avoid quoting any numeric types when using ``QUOTE_NONNUMERIC``.
  17. - thanks to @torfsen for the bug report
  18. 1.0.1 (2016-02-11)
  19. ++++++++++++++++++
  20. * Better error messages for invalid dialects.
  21. - thanks to @kengruven for the bug report
  22. 1.0 (2016-02-11)
  23. ++++++++++++++++
  24. * Initial Release