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

Commit d7e729c

Browse files
authored
Merge pull request #79 from ethereumjs/changelog-0.6.3
Add changelog for 0.6.3
2 parents 088b0a9 + e68a042 commit d7e729c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.6.3] - 2018-12-19
10+
- Fixed installation errors for certain packaging tools, PR [#67](https://github.com/ethereumjs/ethereumjs-wallet/pull/67)
11+
- Remove dependency on ``crypto.randomBytes`` and use ``randombytes`` package instead, PR [#63](https://github.com/ethereumjs/ethereumjs-wallet/pull/63)
12+
- Add comprehensive test coverage for ``fromV3``, PR [#62](https://github.com/ethereumjs/ethereumjs-wallet/pull/62)
13+
- Remove excess parameter from ``decipherBuffer`` usage, PR [#77](https://github.com/ethereumjs/ethereumjs-wallet/pull/77)
14+
- Update dependencies, including a fixed ``scrypt.js``, which should resolve more installation issues, PR [#78](https://github.com/ethereumjs/ethereumjs-wallet/pull/78)
15+
16+
[0.6.3]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.6.2...v0.6.3
17+
918
## [0.6.2] - 2018-08-08
1019
- [PLEASE UPDATE!] Fixes a critical import bug introduced in ``v0.6.1`` accidentally
1120
changing the import path for the different submodules, see PR [#65](https://github.com/ethereumjs/ethereumjs-wallet/pull/65)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-wallet",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Utilities for handling Ethereum keys",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)