Skip to content

Commit fe0d8a1

Browse files
committed
Changelog
1 parent 794c694 commit fe0d8a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2839
Version 5.2.2
2940
-------------

0 commit comments

Comments
 (0)