diff --git a/CHANGELOG.md b/CHANGELOG.md index 876db1422..74fe53a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.9.3] - 2018-12-05 +### Added +- Hash interop names to save space in compiled byte code.(smart contract) +- Add hot configurations for plugins. +- Add `changeAddress` option to `claim gas` CLI command. + +### Changed +- Limit incoming P2P connections based on parameters. +- Improve performance of the p2p network for header and block propagation. + +### Fixed +- Fixed an issue that could cause chain sync to get stuck. +- Fixed a display error after opening the wallet. +- Fixed bugs in the consensus algorithm. +- Fixed a minor bug in smart contract cost calculation. +- Catch exception in the UPnP layer when reconnecting or network error. + ## [2.9.2] - 2018-11-16 ### Added - Add new plugin type: `IPersistencePlugin`. diff --git a/neo-cli/neo-cli.csproj b/neo-cli/neo-cli.csproj index 75df2339f..4d6f97286 100644 --- a/neo-cli/neo-cli.csproj +++ b/neo-cli/neo-cli.csproj @@ -3,7 +3,7 @@ 2016-2018 The Neo Project Neo.CLI - 2.9.2 + 2.9.3 The Neo Project netcoreapp2.0 neo-cli @@ -28,7 +28,7 @@ - +