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