We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f4ee8 commit 842b88dCopy full SHA for 842b88d
CHANGES.md
@@ -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
9
## v5.2.0 (2021-09-11)
10
11
* Use Cstruct.length instead of deprecated Cstruct.len (#106, @hannesm)
0 commit comments