Skip to content

Commit 842b88d

Browse files
committed
Prepare v5.3.0
1 parent e6f4ee8 commit 842b88d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v5.3.0 (2022-03-04)
2+
3+
* Add `with_port_of_string` function (@dinosaure, @hannesm, #108)
4+
* **breaking-change** Be restrictive on `Ipaddr.of_string` (@dinosaure, @hannesm, #109)
5+
Before this release, `Ipaddr.of_string` accepts remaining bytes and returns
6+
a valid value such as `"127.0.0.1aaaa"` is valid. Now, `ipaddr` does not
7+
accept a string with remaining bytes.
8+
19
## v5.2.0 (2021-09-11)
210

311
* Use Cstruct.length instead of deprecated Cstruct.len (#106, @hannesm)

0 commit comments

Comments
 (0)