소스 검색

changelog

Alexander Kuzmenko 8 년 전
부모
커밋
79d1913593
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      extra/CHANGES.txt

+ 1 - 0
extra/CHANGES.txt

@@ -22,6 +22,7 @@
 	php7: implemented `php.Lib.loadLib()`
 	php7: implemented `php.Lib.getClasses()` (#6384)
 	php7: fixed exception on `Reflect.getProperty(o, field)` if requested field does not exist (#6559)
+	php7: don't fail on generating import aliases for classes with the similar names (#6680)
 	php/php7: fixed accessing enum constructors on enum type stored to a variable (#6159)
 	php/php7: fixed "cannot implement previously implemented interface" (#6208)
 	php: fixed invoking functions stored in dynamic static vars (#6158)