Просмотр исходного кода

mention &&= and ||= operators, mention haxe.Constraints.Constructible in CHANGES.txt

Dan Korostelev 9 лет назад
Родитель
Сommit
ffe43ce3a5
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      extra/CHANGES.txt

+ 2 - 0
extra/CHANGES.txt

@@ -9,6 +9,7 @@
 	all : allowed passing package dot-paths on command line (#4227)
 	all : support import.hx modules that define per-directory import/using directives (#1138)
 	all : support parsing of postfix ! operator (can be used by abstract operator overloading and macros) (#4284)
+	all : support parsing of ||= and &&= operators (can be used by abstract operator overloading and macros) (#4427)
 	all : support @:structInit classes (#4526)
 	js : introduced new jQuery extern (js.jquery.*) for jQuery 1.11.3 / 2.1.4 (#4377)
 	js : introduced new SWFObject extern (js.swfobject.SWFObject) for SWFObject 2.3.20130521 (#4451)
@@ -35,6 +36,7 @@
 	all : type parameter declarations can now have metadata (#3836)
 	all : optimize Math.ceil/floor on constant arguments (#4223)
 	all : allowed extern classes to have field names being used for both static and instance (#4376)
+	all : added haxe.Constraints.Constructible (#4761)
 	python : use spaces instead of tabs to indent the output (#4299)
 
 	Standard Library: