Przeglądaj źródła

changelog (close #2544)

Nicolas Cannasse 11 lat temu
rodzic
commit
0ab81822bd
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      doc/CHANGES.txt

+ 1 - 0
doc/CHANGES.txt

@@ -23,6 +23,7 @@
 	all : added haxe.Int32 as abstract type
 	all : added haxe.Int32 as abstract type
 	all : improved inline constructors by detecting more cases where it can be applied
 	all : improved inline constructors by detecting more cases where it can be applied
 	all : allow multiple structural extension using { > T1, > T2, fields }
 	all : allow multiple structural extension using { > T1, > T2, fields }
+	all : fixed issue with invalid lowercase class name in Windows completion
 	js : window and console are reserved words. Access them with __js__ instead of untyped.
 	js : window and console are reserved words. Access them with __js__ instead of untyped.
 	js : added -D js-flatten
 	js : added -D js-flatten
 	js : improved inlining
 	js : improved inlining