------------------
Features
~~~~~~~~
* As a matter of convenience, the ``Buffer.row`` method can now take ``None`` column
values. This has the same semantics as skipping the column altogether.
Closes `3 <https://github.com/questdb/py-questdb-client/issues/3>`_.
Bug fixes
~~~~~~~~~
* Fixed a major bug where Python ``int`` and ``float`` types were handled with
32-bit instead of 64-bit precision. This caused certain ``int`` values to be
rejected and other ``float`` values to be rounded incorrectly.
Closes `13 <https://github.com/questdb/py-questdb-client/issues/13>`_.
* Fixed a minor bug where an error auto-flush caused a second clean-up error.
Closes `4 <https://github.com/questdb/py-questdb-client/issues/4>`_.