summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJulien Puydt <jpuydt@debian.org>2023-07-05 14:55:18 +0200
committerJulien Puydt <jpuydt@debian.org>2023-07-05 14:55:18 +0200
commit586db5ab5d6c34b4fd31ea4984549f5d842a17fe (patch)
tree0751deec2e3f2aa95d279b633c4d398764b3a0a1 /CHANGES.md
parenteb1e703994d7f040e98432b34355feb37bb1cc88 (diff)
parentcae8675a199f94e2ca672ee11c4b35f5c87d3c73 (diff)
Record ocaml-ipaddr (5.5.0-1) in archive suite sid
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6aad245..6be641d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+## v5.5.0 (2023-03-31)
+
+* add `Ipaddr` `of_octet` functions (#117, @ryangibb).
+
+## v5.4.0 (2023-03-13)
+
+* Use Bytes.t for IPv6 addresses (#115 @verbosemode, fixes #16 @dsheets)
+* Also fixes `V6.to_int64` (reported by @RyanGibb in #113)
+
## v5.3.1 (2022-07-04)
* Remove stdlib-shims dependency, require OCaml 4.08+ (@hannesm, #112)