Skip to content

Commit

Permalink
Prepare v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Mar 4, 2022
1 parent e6f4ee8 commit 842b88d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v5.3.0 (2022-03-04)

* Add `with_port_of_string` function (@dinosaure, @hannesm, #108)
* **breaking-change** Be restrictive on `Ipaddr.of_string` (@dinosaure, @hannesm, #109)
Before this release, `Ipaddr.of_string` accepts remaining bytes and returns
a valid value such as `"127.0.0.1aaaa"` is valid. Now, `ipaddr` does not
accept a string with remaining bytes.

## v5.2.0 (2021-09-11)

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

0 comments on commit 842b88d

Please sign in to comment.