Browse Source

correct changelog regarding to jQuery

Andy Li 7 năm trước cách đây
mục cha
commit
e309787f83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      extra/CHANGES.txt

+ 1 - 1
extra/CHANGES.txt

@@ -26,7 +26,6 @@
 	php : Optimized `Map.copy()` and `Array.copy()`
 	php : Optimized iterators of `Map` and native arrays.
 	php : Support native PHP generators. See `php.Syntax.yield()` and `php.Generator`
-	js : Updated jQuery extern (js.jquery.*). Supporting jQuery up to 3.3.1.
 	js : updated HTML externs
 	eval : improved object prototype field handling (#7393)
 	eval : optimized int switches (#7481)
@@ -41,6 +40,7 @@
 	all : warn about expressions in extern non-inline fields (#5898)
 	all : removed `-D use-rtti-doc`, always store documentation instead (#7493)
 	all : disallowed macro-in-macro calls (#7496)
+	js : removed jQuery and swfobject externs (#7494)
 
 	Bugfixes: