Skip to content

Commit

Permalink
Merge pull request #75 from ethereumjs/new-release-v066
Browse files Browse the repository at this point in the history
New release v0.6.6
  • Loading branch information
holgerd77 committed Jan 21, 2019
2 parents 2863c40 + 8a08a24 commit 5117e51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.6.6] - 2019-01-16

- Include size of fixed-size array in offset for dynamic type,
PR [#60](https://github.com/ethereumjs/ethereumjs-abi/pull/60)
- Replaced problematic for..in loops with C-style loops,
PR [#68](https://github.com/ethereumjs/ethereumjs-abi/pull/68)
- Updated `ethereumjs-util` dependency to `v5.0.0`,
PR [#59](https://github.com/ethereumjs/ethereumjs-abi/pull/59)
- Run CI tests on currently supported Node versions,
PR [#61](https://github.com/ethereumjs/ethereumjs-abi/pull/61)

[0.6.6]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.5...v0.6.6

## [0.6.5] - 2017-12-07
- Fix tight packing for ``ABI.soliditySHA3``
- Fix ``ABI.solidityPack`` early return on bytes32 input
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-abi",
"version": "0.6.5",
"version": "0.6.6",
"description": "Decoder and encoder for the Ethereum ABI",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 5117e51

Please sign in to comment.