diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b6684582..f755dc80 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -5,8 +5,7 @@ Changelog ------------------ - Use the `google-cloud-bigquery `__ library for API calls. The ``google-cloud-bigquery`` package is a new dependency, and dependencies on ``google-api-python-client`` and ``httplib2`` are removed. See the `installation guide `__ for more details. (:issue:`93`) -- :func:`to_gbq` now uses a load job instead of the streaming API. (:issue:`75`) -- Remove ``StreamingInsertError`` class, as it is no longer used by :func:`to_gbq`. (:issue:`75`) +- :func:`to_gbq` now uses a load job instead of the streaming API. Remove ``StreamingInsertError`` class, as it is no longer used by :func:`to_gbq`. (:issue:`7`, :issue:`75`) 0.2.1 / 2017-11-27 ------------------