Skip to content

Commit 4925385

Browse files
committed
Update changelog.
1 parent d17493f commit 4925385

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Breaking Changes
1616
* broke up `traits` into `octets` and `builder`,
1717
* renamed `types` to `array`, and
1818
* moved `SmallOctets` to `octets`. ([#18])
19+
* The integer parsing methods on `Parser` have been renamed to make it
20+
clear they parse big-endian integers and new methods for parsing
21+
little-endian integers have been added. ([#35])
1922
* The optional traits `SerializeOctets` and `DeserializeOctets` have been
2023
redesigned for greater flexibility. ([#21])
2124

@@ -51,6 +54,7 @@ Other Changes
5154
[#31]: https://github.com/NLnetLabs/octseq/pull/31
5255
[#32]: https://github.com/NLnetLabs/octseq/pull/32
5356
[#33]: https://github.com/NLnetLabs/octseq/pull/33
57+
[#35]: https://github.com/NLnetLabs/octseq/pull/35
5458

5559

5660
## 0.1.0

0 commit comments

Comments
 (0)