Преглед изворни кода

CHANGES.txt update [skip ci]

Simon Krajewski пре 8 година
родитељ
комит
ebe2d322c6
1 измењених фајлова са 8 додато и 0 уклоњено
  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.
 
+	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:
 
 	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 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 : fixed problem with line numbers when debugging
 	hl : various fixes and improvements
 	php : fixed FileSystem.stat() for directories on Windows (#6057)
 	php/php7 : fixed invalid result of Web.getPostData() (#6033)