Update changelog

This commit is contained in:
Filip Tibell 2023-03-21 17:50:33 +01:00
parent 06ba6b867e
commit 20cbf8aa05
No known key found for this signature in database

View file

@ -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. <br /> This built-in contains previously available functions `encode` and `decode` from the `net` global. <br />
Note that this is **_only_** available using the new `require` syntax, and is not available as a 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 ### Changed
- Renamed the global `info` function to `printinfo` to make it less ambiguous - Renamed the global `info` function to `printinfo` to make it less ambiguous