Browse Source

changelog

Alexander Kuzmenko 8 years ago
parent
commit
1cc237538d
1 changed files with 9 additions and 0 deletions
  1. 9 0
      extra/CHANGES.txt

+ 9 - 0
extra/CHANGES.txt

@@ -1,3 +1,12 @@
+xxxx-xx-xx: 3.4.3
+
+	Bugfixes:
+
+	php7: fix `@:enum abstract` generation  without `-dce full` (#6175)
+	php7: fix using enum constructor with arguments as a call argument (#6177)
+	php/php7: fixed accessing enum constructors on enum type stored to a variable (#6159)
+	php: fix invoking functions stored in dynamic static vars (#6158)
+
 2017-03-20: 3.4.2
 
 	Bugfixes: