Skip to content

Commit

Permalink
Draft for release notes for upcoming EIP150/Spurious Dragon release(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 authored and holgerd77 committed Jul 27, 2017
1 parent 4eae74f commit 29004b6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).




## [2.3.0] - Unreleased
### Changed
- Spurious Dragon compatible
- Detailed list of changes in pull request [#147](https://github.com/ethereumjs/ethereumjs-vm/pull/147)

[2.3.0]: https://github.com/ethereumjs/ethereumjs-vm/compare/v2.2.0...v2.3.0

## [2.2.0] - Unreleased
### Changed
- EIP 150 compatible
- Detailed list of changes in pull request [#143](https://github.com/ethereumjs/ethereumjs-vm/pull/143)

### Removed
- Removed ``enableHomestead`` option when creating a [ new VM object](https://github.com/ethereumjs/ethereumjs-vm#new-vmstatetrie-blockchain) (pre-Homestead fork rules not supported any more)

[2.2.0]: https://github.com/ethereumjs/ethereumjs-vm/compare/v2.1.0...v2.2.0

## [2.1.0] - 2017-06-28
### Changed
- Homestead compatible
Expand Down

0 comments on commit 29004b6

Please sign in to comment.