ソースを参照

CHANGES.txt update

Simon Krajewski 8 年 前
コミット
d86444ce17
2 ファイル変更31 行追加3 行削除
  1. 30 2
      extra/CHANGES.txt
  2. 1 1
      extra/haxelib_src

+ 30 - 2
extra/CHANGES.txt

@@ -1,13 +1,41 @@
-2016-??-??: 3.3.0-RC2
+2016-11-29: 3.4.0-RC2
 
 	New features:
 
-	all : added Any type (#5500)
+	all : support metadata completion
+	all : support type-hint completion
+	all : added @signature display mode (#4758)
+	all : finalized HashLink (HL) target
 
 	General improvements and optimizations:
 
+	all : greatly improved support for display mode in general
+	all : made --times output look much nicer
+	all : remove calls to functions that have no side-effect
+	all : hid private property accessors from completion (#5678)
 	js : updated jQuery extern (js.jquery.*) for jQuery 1.12.4 / 3.1.0 support.
 	js : jQuery extern (js.jquery.*) now includes deprecated fields marked with @:deprecated.
+	js : no longer rewrite `o["s"]` to `o.s` (#5724)
+	lua : greatly improved code output quality
+
+	Bugfixes:
+
+	all : fixed various optimization issues
+	all : fixed various issues with side-effect detection
+	all : fixed performance drain in the DCE implementation (#5716)
+	all : fixed issue with assignments when inlining constructors (#5340)
+	all : fixed major inlining issue when using compilation server (#5320)
+	all : fixed pattern matching evaluation order issue (#5274)
+	cpp : fixed various minor code generation issues
+	js : fixed issue regarding iterating over abstracts (#5385)
+	python : fixed evaluation order issue for array writing (#5366)
+
+	Standard Library:
+
+	all : added Any type (#5500)
+	all : added haxe.extern.AsVar
+	all : added haxe.macro.CompilationServer (experimental)
+	all : fixed haxe.Template.resolve (#5301)
 
 2016-05-27: 3.3.0-RC1
 

+ 1 - 1
extra/haxelib_src

@@ -1 +1 @@
-Subproject commit f64c894dfa0fd4d9724c8c4099a44c2d57b4dad3
+Subproject commit 9d79a55ddb054d79ed8d136f1c0583baa407fd67