Skip to content

Commit a385209

Browse files
committed
changes for 5.6.0
1 parent 93085cf commit a385209

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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).

0 commit comments

Comments
 (0)