mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-04 11:27:56 +00:00
Update changelog to include some missing things
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
* Add fs.isDriveRoot - checks if a path is the root of a drive.
|
* 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.
|
* `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 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:
|
And several bug fixes:
|
||||||
* Fix io.lines not accepting arguments.
|
* Fix io.lines not accepting arguments.
|
||||||
|
@@ -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.
|
* 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.
|
* `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 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:
|
And several bug fixes:
|
||||||
* Fix io.lines not accepting arguments.
|
* Fix io.lines not accepting arguments.
|
||||||
|
Reference in New Issue
Block a user