Skip to content

Commit

Permalink
Fix 0.9 release notes: _bitsizeof was never implemented
Browse files Browse the repository at this point in the history
When I wrote this, I assumed it was implemented and didn't check.
  • Loading branch information
generalmimon committed Aug 8, 2024
1 parent 9fb3a2f commit a9c55c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
* Implement parsed data validations using `valid` key ([#435](https://github.com/kaitai-io/kaitai_struct/issues/435))
* Implement compile-time `sizeof` and `bitsizeof` operators ([#84](https://github.com/kaitai-io/kaitai_struct/issues/84))
* Type-based: `sizeof<u4>`, `bitsizeof<b13>`, `sizeof<user_type>`
* Value-based: `file_header._sizeof`, `flags._bitsizeof` (`file_header`, `flags` are fields defined in the current type)
* Value-based: `file_header._sizeof` (`file_header` is a field defined in the current type)
* Implement little-endian bit-sized integers ([docs](https://doc.kaitai.io/user_guide.html#bit-ints-le))
* Support choosing endianness using `le` / `be` suffix: `type: b12le`, `type: b1be`
* Add `meta/bit-endian` key for selecting default bit endianness (`le` / `be`)
Expand Down

0 comments on commit a9c55c1

Please sign in to comment.