CHANGELOG: update

This commit is contained in:
Vasily Levchenko
2018-12-11 14:33:32 +03:00
parent 3f0bedcbbc
commit 56b4e9c806
+6 -5
View File
@@ -1,10 +1,11 @@
## v1.1.0 (Dec 2018) ## v1.1.0 (Dec 2018)
* Performance optimizations: * Performance optimizations:
* optimization of queue of finalization * runtime: optimization of queue of finalization
* loop generation optimization * compiler: loop generation optimization
* reduce RTTI size * compiler: reduce RTTI size
* Contract support * runtime: reduce size of the object header
* Regexp fix * Contracts support
* Regex engine: fix quantifier processing
## v0.9.3 (Sep 2018) ## v0.9.3 (Sep 2018)
* Bugfixes * Bugfixes