Skip to content

Commit

Permalink
Add BigInt and BigDecimal support
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwin Boersma committed Apr 26, 2024
1 parent 1f62e7e commit 7736a4a
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 @@ -58,3 +58,9 @@ message = "SDK crates now set the `rust-version` property in their Cargo.toml fi
references = ["smithy-rs#3601"]
meta = { "breaking" = false, "tada" = true, "bug" = false }
author = "jdisanti"

[[smithy-rs]]
message = "Added support for BigInt and BigDecimal to Smithy model generation."
references = ["smithy-rs#312"]
meta = { "breaking" = false, "tada" = true, "bug" = false }
author = "ogghead"

0 comments on commit 7736a4a

Please sign in to comment.