Skip to content

Commit

Permalink
DOC: Add verbose deprecation to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Mar 26, 2018
1 parent dba6ca8 commit b66e2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog
- Fix bug with querying for an array of floats (:issue:`123`)
- Fix bug with integer columns on Windows. Explicitly use 64bit integers when converting from BQ types. (:issue:`119`)
- Update ``google-cloud-python`` dependency to version 0.32.0+. Fixes bug caused by breaking change the way ``google-cloud-python`` handles additional configuration argument to ``read_gbq``. (:issue:`152`)
- **Deprecates** the ``verbose`` parameter. Messages use the logging module instead of printing progress directly to standard output. (:issue:`12`)

0.3.1 / 2018-02-13
------------------
Expand Down

0 comments on commit b66e2d4

Please sign in to comment.