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

Commit a9f51ab

Browse files
committedSep 30, 2020
Added CHANGELOG file
1 parent fd59e27 commit a9f51ab

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
 

‎CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
(modification: no type change headlines) and this project adheres to
7+
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
8+
9+
## [1.2.0] - 2020-09-29
10+
11+
This is a maintenance release after a longer period with no releases.
12+
See PR [#81](https://github.com/ethereumjs/keythereum/pull/81) for implementation
13+
details.
14+
15+
**Changes**
16+
17+
- `scrypt` to [`scrypt-js`](https://github.com/ricmoo/scrypt-js) for a pure js implementation (simplifies some code)
18+
- `keccak` from `1.4.0` to `3.1.0` for node 12 and n-api support
19+
- `secp256k1` from `3.5.0` to `4.0.2` for node 12 and n-api support
20+
- travis ci node versions from `[4, 5, 6, 7, 8]` to `[8, 10, 12, 13, 14]`
21+
- uglify-js to [`terser`](https://github.com/terser/terser) (build was having some trouble with es6 in node_modules)
22+
- browserify from `16.2.2` to `16.5.2` for misc. bug fixes and upgrades.
23+
24+
[1.2.0]: https://github.com/ethereumjs/keythereum/compare/v1.0.4...v1.2.0
25+
26+
## [1.0.4]
27+
28+
TODO
29+
30+
## Older releases:
31+
32+
- [1.x.x](https://github.com/ethereumjs/keythereum/compare/v1.x.x...v1.y.y) - 20xx-xx-xx
33+
- ...

0 commit comments

Comments
 (0)
This repository has been archived.