Browse Source

mention indexOf in CHANGES.txt

Dan Korostelev 11 years ago
parent
commit
6892fd5cab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/CHANGES.txt

+ 1 - 0
doc/CHANGES.txt

@@ -18,6 +18,7 @@
 	all : implemented constraints check on enum and enum field type parameters
 	all : fixed memory leak in compilation server and optimized caching in general
 	all : added UInt for all targets
+	all : added Array.indexOf and Array.lastIndexOf
 	all : added haxe.xml.Printer
 	all : added haxe.Int32 as abstract type
 	all : improved inline constructors by detecting more cases where it can be applied