Skip to content

Commit

Permalink
chore: dedup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Oct 31, 2023
1 parent cfda757 commit ebf9b61
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.11.0] - 2023-10-31

### Fixed

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


### Added

- `bytemuck` feature ([#292])
Expand All @@ -26,6 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Made `add` and `sub` functions `const` ([#324])
- Made `{from,to}_{b,l}e_bytes` `const` ([#329])

### Fixed

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

[#335]: https://github.com/recmo/uint/pulls/335
[#292]: https://github.com/recmo/uint/pulls/292
[#296]: https://github.com/recmo/uint/pulls/296
Expand All @@ -35,10 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#324]: https://github.com/recmo/uint/pulls/324
[#329]: https://github.com/recmo/uint/pulls/329

### Fixed

- `leading_ones` failed for non-aligned sizes.

## [1.10.1] - 2023-07-30

### Fixed
Expand Down

0 comments on commit ebf9b61

Please sign in to comment.