Browse Source

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

It's not really a feature.
Bruno Garcia 11 years ago
parent
commit
0521069fe5
1 changed files with 2 additions and 1 deletions
  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: