▲ version

This commit is contained in:
SquidDev 2020-01-13 13:43:38 +00:00
parent 4c8fd4fc35
commit 018ecfbaa0
3 changed files with 19 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Mod properties
mod_version=1.86.0
mod_version=1.86.1
# Minecraft properties
mc_version=1.12.2

View File

@ -1,3 +1,14 @@
# New features in CC: Tweaked 1.86.1
* Add a help message to the Lua REPL's exit function
* Add more MOTD messages. (osmarks)
* GPS requests are now made anonymously (osmarks)
* Minor memory usage improvements to Cobalt VM.
And several bug fixes:
* Fix error when calling `write` with a number.
* Add missing assertion to `io.write`.
# New features in CC: Tweaked 1.86.0
* Add PATCH and TRACE HTTP methods. (jaredallard)

View File

@ -1,10 +1,12 @@
New features in CC: Tweaked 1.86.0
New features in CC: Tweaked 1.86.1
* Add PATCH and TRACE HTTP methods. (jaredallard)
* Add more MOTD messages. (JakobDev)
* Allow removing and adding turtle upgrades via CraftTweaker.
* Add a help message to the Lua REPL's exit function
* Add more MOTD messages. (osmarks)
* GPS requests are now made anonymously (osmarks)
* Minor memory usage improvements to Cobalt VM.
And several bug fixes:
* Fix crash when interacting with Wearable Backpacks.
* Fix error when calling `write` with a number.
* Add missing assertion to `io.write`.
Type "help changelog" to see the full version history.