Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 5117e51

Browse files
authored
Merge pull request #75 from ethereumjs/new-release-v066
New release v0.6.6
2 parents 2863c40 + 8a08a24 commit 5117e51

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

8+
## [0.6.6] - 2019-01-16
9+
10+
- Include size of fixed-size array in offset for dynamic type,
11+
PR [#60](https://github.com/ethereumjs/ethereumjs-abi/pull/60)
12+
- Replaced problematic for..in loops with C-style loops,
13+
PR [#68](https://github.com/ethereumjs/ethereumjs-abi/pull/68)
14+
- Updated `ethereumjs-util` dependency to `v5.0.0`,
15+
PR [#59](https://github.com/ethereumjs/ethereumjs-abi/pull/59)
16+
- Run CI tests on currently supported Node versions,
17+
PR [#61](https://github.com/ethereumjs/ethereumjs-abi/pull/61)
18+
19+
[0.6.6]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.5...v0.6.6
20+
821
## [0.6.5] - 2017-12-07
922
- Fix tight packing for ``ABI.soliditySHA3``
1023
- Fix ``ABI.solidityPack`` early return on bytes32 input

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-abi",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "Decoder and encoder for the Ethereum ABI",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)