浏览代码

update CHANGES.txt

Andy Li 10 年之前
父节点
当前提交
77dc607e2d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      extra/CHANGES.txt

+ 2 - 0
extra/CHANGES.txt

@@ -6,6 +6,7 @@
 	all : support completion on { if the expected type is a structure (#3907)
 	all : support (expr is Type) with mandatory parentheses (#2976)
 	all : allowed passing package dot-paths on command line (#4227)
+	js : introduced new jQuery extern (js.jquery.*) for jQuery 1.11.3 / 2.1.4 (#4377)
 
 	Bugfixes:
 
@@ -26,6 +27,7 @@
 	all : allowed creating closures on abstract inline methods (#4165)
 	all : type parameter declarations can now have metadata (#3836)
 	all : optimize Math.ceil/floor on constant arguments (#4223)
+	all : allowed extern classes to have field names being used for both static and instance (#4376)
 	python : use spaces instead of tabs to indent the output (#4299)
 
 	Standard Library: