浏览代码

Mention js-es5, and move js-flatten down to optimization section.

It's not really a feature.
Bruno Garcia 11 年之前
父节点
当前提交
0521069fe5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      extra/CHANGES.txt

+ 2 - 1
extra/CHANGES.txt

@@ -16,7 +16,6 @@
 	cs : support for native delegates
 	cs : support for attributes
 	cs : support for events
-	js : added -D js-flatten
 
 	Standard Library:
 
@@ -38,6 +37,8 @@
 	all : improved inline constructors by detecting more cases where it can be applied
 	js : improved inlining
 	js : always use JSON extern (compile with -D old-browser to disable)
+	js : added -D js-flatten
+	js : added -D js-es5
 	cpp : improved side-effect detection
 
 	Bugfixes: