Skip to content

Commit

Permalink
Merge pull request ethereumjs#93 from ethereumjs/new-release
Browse files Browse the repository at this point in the history
New release v.2.2.6
  • Loading branch information
holgerd77 committed Jul 16, 2020
2 parents 8015e24 + 9dfbbc0 commit e9f6388
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v2.2.6] - 2020-07-17

- Fixed a few edge-cases in decoding long strings that previously could cause
OOM (Out of Memory) crash,
PR [#91](https://github.com/ethereumjs/rlp/pull/91)
- Updated GitHub `actions/checkout` to v2,
PR [#92](https://github.com/ethereumjs/rlp/pull/92)

[v2.2.6]: https://github.com/ethereumjs/rlp/compare/2.2.5...v2.2.6

## [v2.2.5] - 2020-05-25

- Added `BigInt` as an accepted encoding type,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rlp",
"version": "2.2.5",
"version": "2.2.6",
"description": "Recursive Length Prefix Encoding Module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit e9f6388

Please sign in to comment.