Skip to content

Commit 05ea886

Browse files
committed
Add tz-aware change back to changelog.
1 parent 45c7821 commit 05ea886

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ Internal changes
2929

3030
Enhancements
3131
~~~~~~~~~~~~
32+
3233
- Allow ``table_schema`` in :func:`to_gbq` to contain only a subset of columns,
3334
with the rest being populated using the DataFrame dtypes (:issue:`218`)
3435
(contributed by @johnpaton)
3536
- Read ``project_id`` in :func:`to_gbq` from provided ``credentials`` if
3637
available (contributed by @daureg)
38+
- ``read_gbq`` uses the timezone-aware ``DatetimeTZDtype(unit='ns',
39+
tz='UTC')`` dtype for BigQuery ``TIMESTAMP`` columns. (:issue:`269`)
3740

3841
.. _changelog-0.9.0:
3942

0 commit comments

Comments
 (0)