Browse Source

CHANGES.txt update

Simon Krajewski 12 years ago
parent
commit
d331ac47dd
1 changed files with 6 additions and 0 deletions
  1. 6 0
      doc/CHANGES.txt

+ 6 - 0
doc/CHANGES.txt

@@ -2,8 +2,14 @@
 	all : added haxe.ds.BalancedTree
 	all : added haxe.ds.EnumValueMap
 	all : allow enum constructors as keys to Map
+	all : haxe.ds.ObjectMap is now correctly constrained on all targets
 	all : preliminary support of -D display-mode=usage|position|metadata
 	all : improved pattern matcher error messages
+	all : allow inline constructors
+	all : allow abstract member macros (not for @:op, @:arrayAccess, @:from, @:to)
+	all : allow abstract type parameter variance
+	all : do not generate hidden null on if without else
+	macro : made abstract structure available
 
 2013-05-08: 3.0.0-RC2
 	all : improved abstract support