Browse Source

CHANGES.txt update

Simon Krajewski 8 years ago
parent
commit
56658c6667
1 changed files with 4 additions and 0 deletions
  1. 4 0
      extra/CHANGES.txt

+ 4 - 0
extra/CHANGES.txt

@@ -3,11 +3,15 @@
 	General improvements and optimizations:
 	General improvements and optimizations:
 
 
 	all : support completion for static extensions (#5766)
 	all : support completion for static extensions (#5766)
+	all : removed neko dependency for macros, use PCRE instead
+	all : disabled analyzer optimizations by default, re-enable with -D analyzer-optimize
+	php7/hl : made various improvements
 
 
 	Bugfixes:
 	Bugfixes:
 
 
 	all : fixed `using` picking up non-static abstract functions (#5888)
 	all : fixed `using` picking up non-static abstract functions (#5888)
 	all : fixed issue with side-effect detection when optimizing (#5911)
 	all : fixed issue with side-effect detection when optimizing (#5911)
+	all : fixed issue with zlib bindings causing zlib_deflate errors (#5941)
 	php7 : Allow user-defined modules in `php` package (#5921)
 	php7 : Allow user-defined modules in `php` package (#5921)
 	php7 : Dereference some of `php.Syntax` methods if required (#5923)
 	php7 : Dereference some of `php.Syntax` methods if required (#5923)
 	php : fixed assigning a method of dynamic value to a variable (#5469)
 	php : fixed assigning a method of dynamic value to a variable (#5469)