Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
david-perez committed Apr 11, 2022
1 parent a5e5373 commit f1c00cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ message = "Update urlencoding crate to v2.1.0"
references = ["smithy-rs#1301"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "benesch"

[[smithy-rs]]
message = "The base64 implementation from `aws-smithy-types` has been removed. Please switch to another implementation (e.g. the [base64](https://crates.io/crates/base64) crate)."
references = ["smithy-rs#1294"]
meta = { "breaking" = true, "tada" = false, "bug" = false }
author = "david-perez"

0 comments on commit f1c00cb

Please sign in to comment.