add changelog entry for #18656 (#18839) [backport]

This commit is contained in:
Christian Ulrich
2021-09-13 18:47:33 +02:00
committed by GitHub
parent 179fad934d
commit ef390e6a68

View File

@@ -111,6 +111,11 @@
- The allocator for Nintendo Switch, which was nonfunctional because
of breaking changes in libnx, was removed, in favour of the new `-d:nimAllocPagesViaMalloc` option.
- `net.parseIpAddress` now only allows IPv4 addresses in strict form as defined
in [RFC 6943](https://www.rfc-editor.org/rfc/rfc6943#section-3.1.1).
Specifically, octal numbers in IPv4 addresses are no longer accepted (before
they were parsed as decimal numbers).
## Standard library additions and changes
- `strformat`: