Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
greymistcube committed Jul 19, 2024
1 parent 034c8ab commit ca8dc5d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 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 @@ -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
Expand Down

0 comments on commit ca8dc5d

Please sign in to comment.