Update changelog to include some missing things

This commit is contained in:
SquidDev 2020-05-15 10:48:31 +01:00
parent d5a8df753a
commit d0deab3519
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
* Add fs.isDriveRoot - checks if a path is the root of a drive.
* `cc.pretty` can now display a function's arguments and where it was defined. The Lua REPL will show arguments by default.
* Move the shell's `require`/`package` implementation to a separate `cc.require` module.
* Move treasure programs into a separate external data pack.
And several bug fixes:
* Fix io.lines not accepting arguments.

View File

@ -9,6 +9,7 @@ New features in CC: Tweaked 1.88.0
* Add fs.isDriveRoot - checks if a path is the root of a drive.
* `cc.pretty` can now display a function's arguments and where it was defined. The Lua REPL will show arguments by default.
* Move the shell's `require`/`package` implementation to a separate `cc.require` module.
* Move treasure programs into a separate external data pack.
And several bug fixes:
* Fix io.lines not accepting arguments.