diff --git a/CHANGES.md b/CHANGES.md index 7f4615d1be..2540765089 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,12 @@ To be released. ### Backward-incompatible API changes + - (Libplanet.Types) Changed `Currency` from a `struct` to a `class`. + [[#3888]] + - (Libplanet.Types) Changed `Currency()` to throw an `ArgumentException` + if an argument for `ticker` has leading and/or trailing white spaces. + [[#3888]] + ### Backward-incompatible network protocol changes ### Backward-incompatible storage format changes @@ -23,11 +29,15 @@ To be released. ### Bug fixes + - (Libplanet.Types) Fixed several bugs where an invalid `Currency` object + could be created through deserialization. [[#3888]] + ### Dependencies ### CLI tools [#3870]: https://github.com/planetarium/libplanet/pull/3870 +[#3888]: https://github.com/planetarium/libplanet/pull/3888 Version 5.1.2