Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,10 +26,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

[#3888]: https://github.com/planetarium/libplanet/pull/3888


Version 5.2.2
-------------
Expand Down
Loading