Browse Source

CHANGES.txt update [skip ci]

Simon Krajewski 10 years ago
parent
commit
444868419d
1 changed files with 18 additions and 0 deletions
  1. 18 0
      extra/CHANGES.txt

+ 18 - 0
extra/CHANGES.txt

@@ -1,3 +1,21 @@
+2015-??-??: 3.3.0
+
+	New features:
+
+	all : support @:resolve on abstracts (#3753)
+	all : support completion on { if the expected type is a structure (#3907)
+
+	Bugfixes:
+
+	all : properly disallowed assigning methods to structures with read-accessors (#3975)
+	all : fixed a bug related to abstract + Int/Float and implicit casts (#4122)
+
+	General improvements and optimizations:
+
+	all : added support for determining minimal types in Map literals (#4196)
+	all : allowed @:native on abstracts to set the name of the implementation class (#4158)
+	all : allowed creating closures on abstract inline methods (#4165)
+
 2015-05-12: 3.2.0
 
 	New features: