1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-23 18:07:39 +00:00

Bump CC:T to 1.109.3

This commit is contained in:
Jonathan Coates
2024-01-03 20:00:52 +00:00
parent 104d5e70de
commit 8be6b1b772
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
# New features in CC: Tweaked 1.109.3
* Command computers now display in the operator items creative tab.
Several bug fixes:
* Error if too many websocket messages are queued to be sent at once.
* Fix trailing-comma on method calls (e.g. `x:f(a, )` not using our custom error message.
* Fix internal compiler error when using `goto` as the first statement in an `if` block.
* Fix incorrect incorrect resizing of a tables' hash part when adding and removing keys.
# New features in CC: Tweaked 1.109.2
* `math.random` now uses Lua 5.4's random number generator.

View File

@@ -1,8 +1,11 @@
New features in CC: Tweaked 1.109.2
New features in CC: Tweaked 1.109.3
* `math.random` now uses Lua 5.4's random number generator.
* Command computers now display in the operator items creative tab.
Several bug fixes:
* Fix errors involving `goto` statements having the wrong line number.
* Error if too many websocket messages are queued to be sent at once.
* Fix trailing-comma on method calls (e.g. `x:f(a, )` not using our custom error message.
* Fix internal compiler error when using `goto` as the first statement in an `if` block.
* Fix incorrect incorrect resizing of a tables' hash part when adding and removing keys.
Type "help changelog" to see the full version history.