Skip to content

Commit ca8dc5d

Browse files
committed
Changelog
1 parent 034c8ab commit ca8dc5d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ To be released.
1010

1111
### Backward-incompatible API changes
1212

13+
- (Libplanet.Types) Changed `Currency` from a `struct` to a `class`.
14+
[[#3888]]
15+
- (Libplanet.Types) Changed `Currency()` to throw an `ArgumentException`
16+
if an argument for `ticker` has leading and/or trailing white spaces.
17+
[[#3888]]
18+
1319
### Backward-incompatible network protocol changes
1420

1521
### Backward-incompatible storage format changes
@@ -23,11 +29,15 @@ To be released.
2329

2430
### Bug fixes
2531

32+
- (Libplanet.Types) Fixed several bugs where an invalid `Currency` object
33+
could be created through deserialization. [[#3888]]
34+
2635
### Dependencies
2736

2837
### CLI tools
2938

3039
[#3870]: https://github.com/planetarium/libplanet/pull/3870
40+
[#3888]: https://github.com/planetarium/libplanet/pull/3888
3141

3242

3343
Version 5.1.2

0 commit comments

Comments
 (0)