|
@@ -17,6 +17,12 @@
|
|
cpp : fixed issue with cpp.Pointer variables being eliminated (#5850)
|
|
cpp : fixed issue with cpp.Pointer variables being eliminated (#5850)
|
|
js : added Notification API to HTML externs (#5852)
|
|
js : added Notification API to HTML externs (#5852)
|
|
js : fixed several options structures in HTML externs (#5849)
|
|
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
|
|
2016-11-29: 3.4.0-RC1
|
|
|
|
|