Nicolas Cannasse 14 years ago
parent
commit
854a4ed98a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/CHANGES.txt

+ 2 - 1
doc/CHANGES.txt

@@ -25,7 +25,6 @@
 	all : optimized variable tracking/renaming
 	all : optimized macro engine (speed x2)
 	all : added -D macrotimes support
-	all : added untyped __this__ support (prepare for 'this' spec. change)
 	flash9 : store resources in bytes tag instead of bytecode
 	all : allow $ prefixed identifiers (for macros usage only)
 	all : allow to access modules subtype statics with pack.Mod.Type.value
@@ -33,6 +32,8 @@
 	flash9 : added @:bitmap("file") for simple embedding
 	all : added haxe.web.Dispatch
 	js : added js.Storage
+	all : allow this + member variables access in local functions
+		added untyped __this__ support and transition error
 
 2011-01-30: 2.07
 	all : fixed completion support with --remap