Skip to content

Commit

Permalink
doc: minor edits to the CHANGELOG (#8845)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored May 2, 2022
1 parent 9beb6c3 commit 6424ff3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,13 @@ noted, the APIs in these libraries are stable, and are ready for production use.
stable, its implementation has changed. Normally implementation details are
not breaking changes, but any application mocking the storage library
necessarily depends on these implementation details. We updated the
[mocking examples][storage-mocking-link] to guide you in changing any tests.
[mocking examples][storage-mocking-link] to guide you in changing any tests
([#8806](https://github.com/googleapis/google-cloud-cpp/pull/8806)).

**Other Changes**:

* feat(storage): new option to disable decompressive transcoding ([#8834](https://github.com/googleapis/google-cloud-cpp/pull/8834))
* fix(storage): disable checksums for transcoded objects ([#8830](https://github.com/googleapis/google-cloud-cpp/pull/8830))
* cleanup(storage)!: session-less resumable uploads ([#8806](https://github.com/googleapis/google-cloud-cpp/pull/8806))
* doc: fix typo, change "optional" to "optimal" ([#8825](https://github.com/googleapis/google-cloud-cpp/pull/8825))

### [Storage Transfer Service](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/storagetransfer/README.md)
Expand Down

0 comments on commit 6424ff3

Please sign in to comment.