From bbd0c40fdd36221b65db297747cfdb7c862385a6 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 20 Dec 2017 17:11:24 -0800 Subject: [PATCH] DOC: link to issue 7 for to_gbq changes --- docs/source/changelog.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ------------------