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