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)
* Performance optimizations:
* optimization of queue of finalization
* loop generation optimization
* reduce RTTI size
* Contract support
* Regexp fix
* runtime: optimization of queue of finalization
* compiler: loop generation optimization
* compiler: reduce RTTI size
* runtime: reduce size of the object header
* Contracts support
* Regex engine: fix quantifier processing
## v0.9.3 (Sep 2018)
* Bugfixes