mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Update changelog
This commit is contained in:
parent
06ba6b867e
commit
20cbf8aa05
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue