Skip to content

Commit

Permalink
move bugfix into unreleased fixed section
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Oct 31, 2023
1 parent fca1d73 commit 867476a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Restricted RLP decoding to match the RLP spec and disallow leading zeros ([#335])

[#335]: https://github.com/recmo/uint/pulls/335

## [1.11.0] - 2023-10-27

### Added
Expand All @@ -32,9 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- `leading_ones` failed for non-aligned sizes.
- Restricted RLP decoding to match the RLP spec and disallow leading zeros ([#335])

[#335]: https://github.com/recmo/uint/pulls/335

## [1.10.1] - 2023-07-30

Expand Down

0 comments on commit 867476a

Please sign in to comment.