File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
@@ -20,10 +26,15 @@ To be released.
2026
2127### Bug fixes
2228
29+ - (Libplanet.Types) Fixed several bugs where an invalid ` Currency ` object
30+ could be created through deserialization. [[ #3888 ]]
31+
2332### Dependencies
2433
2534### CLI tools
2635
36+ [ #3888 ] : https://github.com/planetarium/libplanet/pull/3888
37+
2738
2839Version 5.2.2
2940-------------
You can’t perform that action at this time.
0 commit comments