From 294db6922717b88689fae4797804f953008cdb19 Mon Sep 17 00:00:00 2001 From: EmelyanenkoK Date: Mon, 27 Jan 2025 14:33:52 +0300 Subject: [PATCH] Fix typos in changelog --- Changelog.md | 5 ++--- recent_changelog.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index fa713e7e..34195f74 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ ## 2025.02 Update -1. Series of improvement/fixes for `Config8.version >= 9`, check [GlobalVersion.md](./doc/GlobalVersion.md) +1. Series of improvement/fixes for `Config8.version >= 9`, check [GlobalVersions.md](./doc/GlobalVersions.md) 2. Fix for better discovery of updated nodes' (validators') IPs: retry dht queries 3. Series of improvements for extra currency adoption: fixed c7 in rungetmethod, reserve modes -4. TVM Fix: saving ret on deep jump +4. TVM: Fix processing continuation control data on deep jump 5. A few fixes of tl-b schemes: crc computation, incorrect tag for merkle proofs, advance_ext, NatWidth print 6. Emulator improvements: fix setting libraries, extracurrency support 7. Increase of gas limit for unlocking highload-v2 wallets locked in the beginning of 2024 @@ -11,7 +11,6 @@ Besides the work of the core team, this update is based on the efforts of @dbaranovstonfi from StonFi(libraries in emulator), @Rexagon (ret on deep jumps), @tvorogme from DTon (`advance_ext`), Nan from Zellic (`stk_und` and JNI) - ## 2024.12 Update 1. FunC 0.4.6: Fix in try/catch handling, fixing pure flag for functions stored in variables diff --git a/recent_changelog.md b/recent_changelog.md index 0ec08583..dfa39aa6 100644 --- a/recent_changelog.md +++ b/recent_changelog.md @@ -1,8 +1,8 @@ ## 2025.02 Update -1. Series of improvement/fixes for `Config8.version >= 9`, check [GlobalVersion.md](./doc/GlobalVersion.md) +1. Series of improvement/fixes for `Config8.version >= 9`, check [GlobalVersions.md](./doc/GlobalVersions.md) 2. Fix for better discovery of updated nodes' (validators') IPs: retry dht queries 3. Series of improvements for extra currency adoption: fixed c7 in rungetmethod, reserve modes -4. TVM Fix: saving ret on deep jump +4. TVM: Fix processing continuation control data on deep jump 5. A few fixes of tl-b schemes: crc computation, incorrect tag for merkle proofs, advance_ext, NatWidth print 6. Emulator improvements: fix setting libraries, extracurrency support 7. Increase of gas limit for unlocking highload-v2 wallets locked in the beginning of 2024