diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d5db667..bed639c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ This document outlines major changes between releases. +## 0.100.1 "Chaptalization" (28 Dec 2022) + +This is a tiny update that 99.99% of users can easily skip. The reason for +this release is the need to fix compatibility with the NeoFS mainnet +sidechain and have some stable version to be used there. In any other case it +can be ignored, but if you still decide to upgrade you don't need to +resynchronize. + +Behaviour changes: + * Aspidochelone fork is made to include ContractManagement native contract + deploy/update methods call flags change, initially it was an unconditional + part of 0.99.0 NeoGo release (or 3.2.0 C# version), but this behavior is + incompatible with the NeoFS mainnet sidechain; the change to the fork logic + does not affect any other public networks (mainnet/testnet) and any new + networks that have Aspidochelone enabled since block 0 (#2848) + +Improvements: + * more robust NEP-11 divisibility check in the RPC server code (#2841) + * microoptimization for some debug log messages (#2842) + * additional fuzz tests for integer serialization and script parsing code (#2851) + ## 0.100.0 "Centuplication" (08 Dec 2022) A 3.5.0-compatible version of NeoGo with all the appropriate protocol updates diff --git a/ROADMAP.md b/ROADMAP.md index 1d738738a..9c87e2eaa 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -7,7 +7,7 @@ functionality. ## Versions 0.7X.Y (as needed) * Neo 2.0 support (bug fixes, minor functionality additions) -## Version 0.100.1 (~January 2022) +## Version 0.100.2 (~February 2022) * extended data types for iterators to be used by RPC wrapper generator ## Version 1.0 (2023, TBD)