Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Nov 16, 2018
1 parent 626d16c commit c5e5cca
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.9.2] - 2018-11-16
### Added
- Add new plugin type: `IPersistencePlugin`.
- Allow listing loaded plugins and showing help messages for plugins.

### Changed
- Allow opening wallet for RPC server after startup.
- Allow creating iterator from array in API: `Neo.Iterator.Create`.
- Improve the performance of p2p network.

### Fixed
- Fixed an issue where getting NEP-5 balance failed if the wallet contained a large number of addresses.
- Fixed an issue that caused the NeoVM execution state to be inconsistent.
- Fixed "too many open files" error.
- Fixed an issue in MerkleTree.

### Removed
- Remove `Neo.Witness.GetInvocationScript`.(smart contract)

## [2.9.1] - 2018-10-18
### Added
- Add constant storage for NeoContract.
Expand Down

0 comments on commit c5e5cca

Please sign in to comment.