From 20cbf8aa05d1e7f33f1cb1c02590d8c7ca4a4b2f Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Tue, 21 Mar 2023 17:50:33 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 427b82b..003c2f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This built-in contains previously available functions `encode` and `decode` from the `net` global.
Note that this is **_only_** available using the new `require` syntax, and is not available as a global. +- Added `net.urlEncode` and `net.urlDecode` for URL-encoding and decoding strings + ### Changed - Renamed the global `info` function to `printinfo` to make it less ambiguous