浏览代码

CHANGES.txt update

Simon Krajewski 13 年之前
父节点
当前提交
1ab8e5825f
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      doc/CHANGES.txt

+ 6 - 0
doc/CHANGES.txt

@@ -17,6 +17,12 @@
 	as3 : fixed EnumValue becomes Object
 	js : removed js.Lib.isIE/isOpera (not complete, use js.JQuery.browser instead)
 	all : function parameters are nullable if they are declared with '?'
+	all : added support for finding common base types of multiple types (unify_min) for array, switch, if
+	php : do not implement duplicate interfaces
+	haxelib : added git support through haxelib git
+	all : allow derived classes to widen method visibility
+	macro : added haxe.macro.Context.getLocalMethod
+	macro : improved support of "using" macro functions
 
 2012-04-14: 2.09
 	all : optimized const == const and const != const (with different const types)