Skip to content

Commit

Permalink
Add CHANGELOG entry about clz()
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 20, 2019
1 parent 9664f2a commit 5a25593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning].

- The endian-specific API for converting intx types to/from bytes has been reworked.
[[#107](https://github.com/chfast/intx/pull/107)]
- The `clz()` is now `constexpr` and produces correct answer for zero inputs.
[[#108](https://github.com/chfast/intx/pull/108)]


## [0.3.0] - 2019-06-20
Expand Down

0 comments on commit 5a25593

Please sign in to comment.