Skip to content

Commit

Permalink
v2.0.5 version bump & changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdiallam committed May 12, 2021
1 parent a283779 commit 0e05c26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.5
### Changed
- Save gas when copying memory that's a multiple of 32 bytes.

## 2.0.4
### Added
- `rlpBytesKeccak256(RLPItem)` returns keccak256 hash of RLP encoded bytes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solidity-rlp",
"author": "Hamdi Allam",
"version": "2.0.4",
"version": "2.0.5",
"description": "solidity rlp encoder/decoder",
"keywords": [
"solidity",
Expand Down

0 comments on commit 0e05c26

Please sign in to comment.