Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Oct 17, 2023
1 parent d9ebedd commit d1fee32
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ the APIs in these libraries are stable, and are ready for production use.

- [Secure Source Manager](/google/cloud/securesourcemanager/README.md)

### Other Changes

* fix(oauth2): only enable via `GOOGLE_CLOUD_CPP_ENABLE`
([#12911](https://github.com/googleapis/google-cloud-cpp/pull/12911))
When compiling with CMake, the `oauth2` used to be automatically enabled if
`GOOGLE_CLOUD_CPP_REST` was manually enabled or enabled by a separate library.
That made it impossible to shard a build with separate builds for `oauth2`,
`storage` and `compute`.

## v2.17.0 - 2023-10

### [Compute Engine](/google/cloud/compute/README.md)
Expand Down

0 comments on commit d1fee32

Please sign in to comment.