From afed210151afd2acd5ef6e3971d7ddeadee9c71a Mon Sep 17 00:00:00 2001 From: s2quake Date: Tue, 13 Feb 2024 17:09:46 +0900 Subject: [PATCH] Changelog --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3d1f07059c9..0d4b3c7aaf9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,11 @@ To be released. ### Backward-incompatible network protocol changes +- (Libplanet.Net) Changed transport-related types due to removal of + 'nullable keyword'. [[#3671]] + - Changed `identity` parameter type of `ITransport.ReplyMessageAsync` + method from `byte[]` to `byte[]?`. + ### Backward-incompatible storage format changes ### Added APIs @@ -33,6 +38,7 @@ To be released. [#3622]: https://github.com/planetarium/libplanet/pull/3622 [#3644]: https://github.com/planetarium/libplanet/pull/3644 [#3651]: https://github.com/planetarium/libplanet/pull/3651 +[#3671]: https://github.com/planetarium/libplanet/pull/3671 Version 4.0.4