aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristopher Wilcox <crwilcox@google.com>2018-10-18 16:37:35 -0700
committerGitHub <noreply@github.com>2018-10-18 16:37:35 -0700
commitb5bf50ad09a125a65b59ce6c82ae44114a1750da (patch)
treeeeeec252c64fdc5d0657b202d6f83968669b9f7d /CHANGELOG.md
parent44b7ff296da7d4145f5454373aa6f2fcbc022f57 (diff)
downloadpython-api-core-b5bf50ad09a125a65b59ce6c82ae44114a1750da.tar.gz
Release 1.6.0a1 (#6273)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c652da..0d601ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@
[1]: https://pypi.org/project/google-api-core/#history
+## 1.6.0a1
+
+10-18-2018 16:26 PDT
+
+### New Features
+- Add methods to api_core used by new autogenerator. ([#6267](https://github.com/googleapis/google-cloud-python/pull/6267))
+
+### Internal / Testing Changes
+- Fix branch coverage for un-called callbacks. ([#6242](https://github.com/googleapis/google-cloud-python/pull/6242))
+- Fix import order, appeasing lint. ([#6240](https://github.com/googleapis/google-cloud-python/pull/6240))
+- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158))
+
## 1.5.0
### New Features