Fix optimizer bug.

This commit is contained in:
Stephen Chung
2021-07-01 12:27:29 +08:00
parent a0f51a1a39
commit 8c802dcd58
3 changed files with 31 additions and 1 deletions

View File

@@ -8,6 +8,11 @@ The official version `1.0`.
Almost the same version as `0.20.3` but with deprecated API's removed.
Bug fixes
---------
* Fixed infinite loop in certain script optimizations.
Breaking changes
----------------