You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,51 @@
1
+
## 0.9.0 - 2026-02-09
2
+
3
+
Remove `BitReader::remainder` as it artificially shortened the lifetime of the underlying data. Instead `LittleEndianReader::remainder` and `BigEndianReader::remainder` have been exposed and tie the remainder lifetime to the original data.
4
+
5
+
For those interested in the old behavior or want a trait that can be tied to the lifetime of the data:
0 commit comments