Aleksandr Kuzmenko 5 år sedan
förälder
incheckning
bcfa0b2f09
1 ändrade filer med 14 tillägg och 0 borttagningar
  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: