Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit d5b886f

Browse files
committed
Bumped version to v7.0.7, added CHANGELOG entry
1 parent ac22b6e commit d5b886f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
(modification: no type change headlines) and this project adheres to
77
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## [7.0.7] - 2020-10-15
10+
11+
- Removed `stateRoot` check for `Account.isEmpty()` to make emptiness check `EIP-161` compliant,
12+
PR [#279](https://github.com/ethereumjs/ethereumjs-util/pull/279)
13+
14+
[7.0.7]: https://github.com/ethereumjs/ethereumjs-util/compare/v7.0.6...v7.0.7
15+
916
## [7.0.6] - 2020-10-07
1017

1118
### New `Account` class

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-util",
3-
"version": "7.0.6",
3+
"version": "7.0.7",
44
"description": "a collection of utility functions for Ethereum",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)