Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
misc: small fix to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 10, 2018
1 parent 496a262 commit 50577a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.10.7

* Bugfix: Make bitshifts work at bitwidth boundaries. Previously,
* Bug fix: Make bit shifts work at bitwidth boundaries. Previously,
`new Int64(3) << 64 == Int64(3)`. This ensures that the result is 0 in such
cases.
* Updated maximum SDK constraint from 2.0.0-dev.infinity to 2.0.0.
Expand Down

0 comments on commit 50577a8

Please sign in to comment.