Browse Source

changelog [skip ci]

Alexander Kuzmenko 7 years ago
parent
commit
d0d1284503
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extra/CHANGES.txt

+ 1 - 0
extra/CHANGES.txt

@@ -21,6 +21,7 @@
 	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)
+	php : fixed multiple file uploads in php.Web.parseMultiPart() (#4173)
 	python : add ssl support for http requests
 	python : improve Sys.print(ln) code generation (#6184)
 	js : generate faster code for `x.iterator()` calls (#6669)