diff --git a/CHANGELOG.md b/CHANGELOG.md index 499d93b..35bb6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,7 @@ 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 +## [1.11.0] - 2023-10-31 ### Added @@ -27,6 +21,12 @@ 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 [#298]: https://github.com/recmo/uint/pulls/298 @@ -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