This repository was archived by the owner on Jan 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66(modification: no type change headlines) and this project adheres to
77[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ v2.2.4] - 2019-11-02
10+
11+ - Removed unused ` Dictionary ` ` Input ` type for ` RLP.encode() ` and ` RLP.decode() ` ,
12+ PR [ #74 ] ( https://github.com/ethereumjs/rlp/pull/74 )
13+ - Removed unused ` safe-buffer ` dependency,
14+ PR [ #80 ] ( https://github.com/ethereumjs/rlp/pull/80 )
15+
16+ [ v2.2.4 ] : https://github.com/ethereumjs/rlp/compare/2.2.3...v2.2.4
17+
918## [ v2.2.3] - 2019-03-19
1019
1120- More robust ` Array ` type checking in ` RLP.encode() ` function,
@@ -14,7 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
1423 values (e.g. ` RLP.encode(-1) ` ),
1524 PR [ #71 ] ( https://github.com/ethereumjs/rlp/pull/70 )
1625
17- [ v2.2.3 ] : https://github.com/ethereumjs/rlp/compare/2.2.1 ...v2.2.3
26+ [ v2.2.3 ] : https://github.com/ethereumjs/rlp/compare/2.2.2 ...v2.2.3
1827
1928## [ v2.2.2] - 2019-01-15
2029
Original file line number Diff line number Diff line change 11{
22 "name" : " rlp" ,
3- "version" : " 2.2.3 " ,
3+ "version" : " 2.2.4 " ,
44 "description" : " Recursive Length Prefix Encoding Module" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments