-------------------
- Support list-type column in ``BulkImportWriterwrite_dataframe``. A list-type column of ``pandas.DataFrame`` will be stored into Treasure Data table as an array-type column. (`60 <https://github.com/treasure-data/pytd/pull/60>`__)
- Store a resulting object from ``Clientquery`` to ``Client.query_executed``. The object could be a Treasure Data job id if query is executed via ``tdclient``. (`63 <https://github.com/treasure-data/pytd/pull/63>`__)
- Support null value in ``str``, ``bool``, and ``"Int64"``-type column of ``pandas.DataFrame``. (`68 <https://github.com/treasure-data/pytd/pull/68>`__, `#71 <https://github.com/treasure-data/pytd/pull/71>`__)
- Update minimum required pandas version to 0.24.0 (`69 <https://github.com/treasure-data/pytd/pull/69>`__)