File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v5.6.0 (2024-05-22)
2+
3+ * Add host and subnet Seq.t iterators for Ipaddr.V4.prefix, Ipaddr.V6.Prefix
4+ and Ipaddr.Prefix (#107 @verbosemode @dinosaure )
5+ * Ipaddr.V4.compare: use Int32.unsigned_compare, as provided since OCaml 4.08
6+ (#118 @reynir )
7+ * Ipaddr.V6.t is a string, not a byte vector anymore (so it is immutable)
8+ (#119 @reynir , restoring 4.08 compatibility #121 )
9+ * Provide Ipaddr.Prefix.address (since 5.0.0, Ipaddr.V4.Prefix.address and
10+ Ipaddr.V6.Prefix.address have been provided, but Ipaddr.Prefix.address was
11+ forgotten) (#122 @hannesm )
12+ * Fix further docstrings (#123 , fixes #81 , @hannesm @reynir )
13+
114## v5.5.0 (2023-03-31)
215
316* add ` Ipaddr ` ` of_octet ` functions (#117 , @ryangibb ).
You can’t perform that action at this time.
0 commit comments