Browse Source

changelog [skip ci]

Alexander Kuzmenko 8 years ago
parent
commit
19e6a0abfb
1 changed files with 4 additions and 1 deletions
  1. 4 1
      extra/CHANGES.txt

+ 4 - 1
extra/CHANGES.txt

@@ -7,11 +7,14 @@
 	General improvements and optimizations:
 	General improvements and optimizations:
 
 
 	all : made all non-warning/non-error compiler messages output to stdout (#4480)
 	all : made all non-warning/non-error compiler messages output to stdout (#4480)
-
 	php : implemented direct method comparison. No need to use `Reflect.compareMethods()`
 	php : implemented direct method comparison. No need to use `Reflect.compareMethods()`
+	php : added `php.Syntax.code()` instead of deprecated `untyped __php__()` (#6708)
+	php : added methods to `php.Syntax` for each php operator: `??`, `?:`, `**` etc. (#6708)
 
 
 	Removals:
 	Removals:
 
 
+	php : removed `php.Syntax.binop()` (#6708)
+
 	Deprecations:
 	Deprecations:
 
 
 	php : deprecated support for `untyped __php__`, `untyped __call__` etc. Use `php.Syntax` instead.
 	php : deprecated support for `untyped __php__`, `untyped __call__` etc. Use `php.Syntax` instead.