Fix incorrect "incorrect incorrect"

This commit is contained in:
Jonathan Coates 2024-01-14 16:12:52 +00:00
parent b5923c4462
commit 9d36f72bad
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ # New features in CC: Tweaked 1.109.3
* 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.
* Fix incorrect resizing of a tables' hash part when adding and removing keys.
# New features in CC: Tweaked 1.109.2