fisrt commit

This commit is contained in:
2026-01-17 11:49:36 +03:00
commit b2dfe51b9f
5379 changed files with 4408602 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Version 3.88.1 - Minami - 12th February 2025
## Bug Fixes
* Fixed `ReferenceError: GetFastValueOp is not defined` in NumberTweenBuilder (thanks Flow)
* Reverted incorrect change made to `SafeRange` array util function.
* Fixed `Array.Utils.GetFirst` so it correctly handles a negative start index. Fixes Container.getByName returning null and various other similar methods. Fix #7040 (thanks @XWILKINX)