* 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
++++++++++++++++++
* Return write value from writerow. (20) - thanks to therg
1.0.3
++++++++++++++++++
* Add LICENSE file (18).
1.0.2
++++++++++++++++++
* Avoid quoting any numeric types when using ``QUOTE_NONNUMERIC``. - thanks to torfsen for the bug report
1.0.1
++++++++++++++++++
* Better error messages for invalid dialects. - thanks to kengruven for the bug report