From 3fb22a1b7828a5ea39243a2f0c2dcd19e3b1b67e Mon Sep 17 00:00:00 2001 From: s2quake Date: Thu, 26 Dec 2024 11:59:27 +0900 Subject: [PATCH] chore: Changes --- CHANGES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 78db4731cb..c3d027b88b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,16 @@ Libplanet changelog Version 5.4.3 ------------- -To be released. +### Backward-incompatible API changes + + - (Libplanet.Explorer) The parameter required by the `committedEvidence` query + was changed to hash or index. [[#4014]] + - (Libplanet.Explorer) The `desc`, `offset`, and `limit` parameters were + removed from the `committedEvidence` query. [[#4014]] + - (Libplanet.Explorer) Fixed an issue where an exception was thrown when + running evidence queries with id. [[#4014]] + +[#4014]: https://github.com/planetarium/libplanet/pull/4014 Version 5.4.2