Skip to content

Commit

Permalink
Correct changelog next target to all for const enum values()
Browse files Browse the repository at this point in the history
  • Loading branch information
lsr0 committed Nov 22, 2022
1 parent 0093d63 commit 5f1b6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -482,5 +482,5 @@ author = "david-perez"
[[smithy-rs]]
message = "Make generated enum `values()` functions callable in const contexts."
references = ["smithy-rs#2011"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "all" }
author = "lsr0"

0 comments on commit 5f1b6ec

Please sign in to comment.