瀏覽代碼

changelog

Aleksandr Kuzmenko 5 年之前
父節點
當前提交
bcfa0b2f09
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      extra/CHANGES.txt

+ 14 - 0
extra/CHANGES.txt

@@ -1,3 +1,17 @@
+2019-XX-XX: 4.0.X
+
+	General improvements:
+
+	hl : profiler API
+
+	Bugfixes:
+
+	all : fixed EnumValue handling in constant propagation with analyzer enabled (#8959)
+	all : fixed compiler crash upon Void items in array declarations (#8972)
+	java/cs : fixed `Reflect.callMethod(o, method, args)` for `args` not containing optional arguments (#8975)
+	python : fixed invalid generation of some inlined code blocks (#8971)
+
+
 2019-11-11: 4.0.2
 
 	General improvements and optimizations: