File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ Breaking Changes
16
16
* broke up ` traits ` into ` octets ` and ` builder ` ,
17
17
* renamed ` types ` to ` array ` , and
18
18
* 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 ] )
19
22
* The optional traits ` SerializeOctets ` and ` DeserializeOctets ` have been
20
23
redesigned for greater flexibility. ([ #21 ] )
21
24
@@ -51,6 +54,7 @@ Other Changes
51
54
[ #31 ] : https://github.com/NLnetLabs/octseq/pull/31
52
55
[ #32 ] : https://github.com/NLnetLabs/octseq/pull/32
53
56
[ #33 ] : https://github.com/NLnetLabs/octseq/pull/33
57
+ [ #35 ] : https://github.com/NLnetLabs/octseq/pull/35
54
58
55
59
56
60
## 0.1.0
You can’t perform that action at this time.
0 commit comments