diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2022-11-03 05:48:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 09:48:25 +0100 |
commit | f562a5c55cd8533569012211c0f06a11c7554c59 (patch) | |
tree | 08fba4fb5c78bf19c427e1fbe66fc79f8c9b078c /changelog.md | |
parent | 46eac22172dff7a59def6f5f79ab7bf4e2eefd96 (diff) | |
download | Nim-f562a5c55cd8533569012211c0f06a11c7554c59.tar.gz |
Improve dollar IpAddress (#20729)
* Improve dollar * Improve dollar * Simplify, remove 1 if in for loop * ci * Update lib/pure/net.nim * Update lib/pure/net.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 44056cb97..5bd00774c 100644 --- a/changelog.md +++ b/changelog.md @@ -116,6 +116,9 @@ - `std/uri.Uri` dollar `$` improved, precalculates the `string` result length from the `Uri`. +- `std/net.IpAddress` dollar `$` improved, uses a fixed capacity for the `string` result based from the `IpAddressFamily`. + + [//]: # "Additions:" - Added ISO 8601 week date utilities in `times`: - Added `IsoWeekRange`, a range type for weeks in a week-based year. |