Skip to content

Commit

Permalink
chore: tweak formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Oct 31, 2019
1 parent 75f88e4 commit 418a98e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

### Implementation Changes

- follow rfc 7515 : strip padding from JWS segments #324 ([#324](https://github.com/googleapis/google-auth-library-python/pull/324))
- Add retry to _metadata.ping() ([#323](https://github.com/googleapis/google-auth-library-python/pull/323))
- follow rfc 7515 : strip padding from JWS segments ([#324](https://github.com/googleapis/google-auth-library-python/pull/324))
- Add retry to `_metadata.ping()` ([#323](https://github.com/googleapis/google-auth-library-python/pull/323))

## 1.6.2

Expand All @@ -70,7 +70,7 @@

### New Features

- Add google.auth.impersonated_credentials ([#299](https://github.com/googleapis/google-auth-library-python/pull/299))
- Add `google.auth.impersonated_credentials` ([#299](https://github.com/googleapis/google-auth-library-python/pull/299))

### Documentation

Expand Down Expand Up @@ -148,7 +148,7 @@
- Make ``compute_engine.Credentials`` derive from ``ReadOnlyScoped`` instead of ``Scoped``. ([#195](https://github.com/googleapis/google-auth-library-python/pull/#195))
- Fix App Engine's expiration calculation ([#197](https://github.com/googleapis/google-auth-library-python/pull/#197))
- Split ``crypt`` module into a package to allow alternative implementations. ([#189](https://github.com/googleapis/google-auth-library-python/pull/#189))
- Add error message to handle case of empty string or missing file for GOOGLE_APPLICATION_CREDENTIALS ([#188](https://github.com/googleapis/google-auth-library-python/pull/#188))
- Add error message to handle case of empty string or missing file for `GOOGLE_APPLICATION_CREDENTIALS` ([#188](https://github.com/googleapis/google-auth-library-python/pull/#188))

## 1.0.2

Expand Down

0 comments on commit 418a98e

Please sign in to comment.