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

Commit a702514

Browse files
committed
update changelog
1 parent e8bc2c6 commit a702514

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
88

99
## [7.0.7] - 2020-10-15
1010

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)
11+
- Removed `stateRoot` check for `Account.isEmpty()` to make emptiness check `EIP-161` compliant, PR [#279](https://github.com/ethereumjs/ethereumjs-util/pull/279)
12+
- Added type `AddressLike` and helper `bnToHex()`, PR [#279](https://github.com/ethereumjs/ethereumjs-util/pull/279)
13+
- Added `account.raw()` which returns a Buffer Array of the raw Buffers for the account in order, PR [#279](https://github.com/ethereumjs/ethereumjs-util/pull/279)
1314

1415
[7.0.7]: https://github.com/ethereumjs/ethereumjs-util/compare/v7.0.6...v7.0.7
1516

0 commit comments

Comments
 (0)