Skip to content

Commit ff5fdb4

Browse files
committed
Update changelog
1 parent 4a20157 commit ff5fdb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
* The old macros can be replaced like follows: `int!(42)` -> `Int::from(42_i32)` etc.
77
* The `int!` and `uint!` macros now support arbitrary const expressions, not just literals
88
* `Int::new` and `UInt::new` are now const
9+
* Breaking: Serialization of `Int` and `UInt` now call the serialization of `i64` and `u64` directly instead of
10+
serializing them as newtype structs, emulating `#[serde(transparent)]`.
11+
This doesn't make a difference for `serde_json` for example, but it could make a difference for other serializers
912

1013
# 0.2.2
1114

0 commit comments

Comments
 (0)