Browse Source

CHANGES.txt update [skip ci]

Simon Krajewski 8 years ago
parent
commit
ebe2d322c6
1 changed files with 8 additions and 0 deletions
  1. 8 0
      extra/CHANGES.txt

+ 8 - 0
extra/CHANGES.txt

@@ -4,12 +4,20 @@
 
 
 	php7 : added source maps generation with `-D source_map` flag.
 	php7 : added source maps generation with `-D source_map` flag.
 
 
+	General improvements and optimizations:
+
+	cpp : added cpp.Star and cpp.Struct to help with extern typing
+	lua : cleaned up various parts of the standard library
+
 	Bugfixes:
 	Bugfixes:
 
 
 	all : fixed compilation server issue with two identical @:native paths on extern abstracts (#5993)
 	all : fixed compilation server issue with two identical @:native paths on extern abstracts (#5993)
 	all : fixed invalid inling in a specific case (#6067)
 	all : fixed invalid inling in a specific case (#6067)
 	all : fixed various display related issues
 	all : fixed various display related issues
+	all : fixed inline super() calls missing field initializations (#6097)
+	all : consider UNC paths to be absolute in haxe.io.Path.isAbsolute (#6061)
 	cpp : improved typing of some Function/Callable-related types
 	cpp : improved typing of some Function/Callable-related types
+	cpp : fixed problem with line numbers when debugging
 	hl : various fixes and improvements
 	hl : various fixes and improvements
 	php : fixed FileSystem.stat() for directories on Windows (#6057)
 	php : fixed FileSystem.stat() for directories on Windows (#6057)
 	php/php7 : fixed invalid result of Web.getPostData() (#6033)
 	php/php7 : fixed invalid result of Web.getPostData() (#6033)