Skip to content

Commit

Permalink
Release/v2.0.2 (#7)
Browse files Browse the repository at this point in the history
* update to v2.0.2

* correct the version

* formatting
  • Loading branch information
hamdiallam authored Aug 25, 2020
1 parent 2e98786 commit bb19aa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.2
### Changed
- `toBoolean(RLPItem)` will return false for the rlp encoded string, "0x80". This is because common
rlp encoding libraries will encode "0" as "0x08".

## 2.0.1
### Added
- `iterator(RLPItem)` returns an iterator object over an rlp encoded list
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.1",
"version": "2.0.2",
"description": "solidity rlp encoder/decoder",
"keywords": [
"solidity",
Expand Down

0 comments on commit bb19aa4

Please sign in to comment.