Selaa lähdekoodia

update changelog

Alexander Kuzmenko 8 vuotta sitten
vanhempi
commit
e5b84c2385
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      extra/CHANGES.txt

+ 6 - 0
extra/CHANGES.txt

@@ -17,6 +17,12 @@
 	cpp : fixed issue with cpp.Pointer variables being eliminated (#5850)
 	js : added Notification API to HTML externs (#5852)
 	js : fixed several options structures in HTML externs (#5849)
+	php/cs : FileSystem.deleteFile() and FileSystem.deleteDirectory() now throw on non-existent path (#5742)
+	php/lua : fixed field access on `null` (#4988)
+	php : fixed static field access on a `Class<T>` stored to a field (#5383)
+	php : fixed invalid detection of `NativeArray` by `Std.is()` (#5565)
+	php : fixed `stdin()`, `stdout()`, `stderr()` of `Sys` to use predefined constants for corresponding channels (#5733)
+	php : fixed Std.parseInt() on hexstrings for PHP7+ (#5521)
 
 2016-11-29: 3.4.0-RC1