Skip to content

Commit

Permalink
update changelog to reflect field.getUnlessDefault in UrlFormDataEncoder
Browse files Browse the repository at this point in the history
  • Loading branch information
bpholt committed Jan 3, 2024
1 parent d3616e5 commit 224ba26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.18.5

* When encoding to `application/x-www-form-urlencoded`, omit optional fields set to the field's default value.

# 0.18.4

* Changes the behaviour of `Field#getUnlessDefault` and `Field#foreachUnlessDefault` to always take the value into consideration when the `smithy.api#required` trait
Expand Down

0 comments on commit 224ba26

Please sign in to comment.