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

Commit 1cfbb13

Browse files
authored
Merge pull request #83 from ethereumjs/new-release-v070
New release v0.6.8
2 parents d700d09 + 849b717 commit 1cfbb13

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.8] - 2019-08-13
9+
10+
- Added support for arrays in Solidity tight packing `ABI.solidityPack()`
11+
function, PR [#82](https://github.com/ethereumjs/ethereumjs-abi/pull/82)
12+
13+
[0.6.8]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.7...v0.6.8
14+
815
## [0.6.7] - 2019-03-18
916

1017
- Added support/CI testing for Node 10, 11,

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.7",
3+
"version": "0.6.8",
44
"description": "Decoder and encoder for the Ethereum ABI",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)