aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2016-02-19 14:57:52 -0800
committerDanny Hermes <daniel.j.hermes@gmail.com>2016-02-19 14:57:52 -0800
commitd9cf4b7a9adf380505baa2695263ffe360994279 (patch)
treefbecde88f0c9f4e6bcca0589d2e634fca537f9f1 /CHANGELOG.md
parent0c7996099f9e3d74f7b9a6d32b6f69f44987638a (diff)
downloadoauth2client-d9cf4b7a9adf380505baa2695263ffe360994279.tar.gz
Release v2.0.0-post1.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15d680f..7e6771f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# CHANGELOG
+## v2.0.0-post1
+
+* Fix Google Compute Engine breakage (#411, breakage introduced in #387) that
+ made it impossible to obtain access tokens
+* Implement `ServiceAccountCredentials.from_p12_keyfile_buffer()`
+ to allow passing a file-like object in addition to the factory
+ constructor that uses a filename directly (#413)
+* Implement `ServiceAccountCredentials.create_delegated()`
+ to allow upgrading a credential to one that acts on behalf
+ of a given subject (#420)
+
## v2.0.0
* Add django_util (#332)