Skip to content

Commit 942a086

Browse files
authored
Add CHANGELOG.md (#125)
This changelog includes v2.5.3 and unreleased 2.x changes. Going back further would require finding which commits to tag, as tags prior to v2.5.2 are missing.
1 parent cdf7e00 commit 942a086

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
### Changed
10+
- Update `ethereumjs-abi` ([#121](https://github.com/MetaMask/eth-sig-util/pull/121))
11+
- Remove unused dependencies ([#120](https://github.com/MetaMask/eth-sig-util/pull/120))
12+
- Update minimum `tweetnacl` to latest version ([#124](https://github.com/MetaMask/eth-sig-util/pull/124))
13+
14+
## [2.5.3] - 2020-03-16 [WITHDRAWN]
15+
### Changed
16+
- [**BREAKING**] Migrate to TypeScript ([#74](https://github.com/MetaMask/eth-sig-util/pull/74))
17+
- Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81)
18+
- Switch from Node.js v8 to Node.js v10 ([#76](https://github.com/MetaMask/eth-sig-util/pull/77) and [#80](https://github.com/MetaMask/eth-sig-util/pull/80))
19+
20+
[Unreleased]:https://github.com/MetaMask/eth-sig-util/compare/v2.5.3...HEAD
21+
[2.5.3]:https://github.com/MetaMask/eth-sig-util/compare/v2.5.2...v2.5.3

0 commit comments

Comments
 (0)