File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-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
@@ -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
3343Version 5.1.2
You can’t perform that action at this time.
0 commit comments