Browse Source

changelog

Aleksandr Kuzmenko 5 năm trước cách đây
mục cha
commit
c62af05607
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      extra/CHANGES.txt

+ 2 - 0
extra/CHANGES.txt

@@ -8,8 +8,10 @@
 
 
 	all : fixed EnumValue handling in constant propagation with analyzer enabled (#8959)
 	all : fixed EnumValue handling in constant propagation with analyzer enabled (#8959)
 	all : fixed compiler crash upon Void items in array declarations (#8972)
 	all : fixed compiler crash upon Void items in array declarations (#8972)
+	all : fixed `Std.parseInt()` for hexadecimals with leading whitespaces (#8978)
 	java/cs : fixed `Reflect.callMethod(o, method, args)` for `args` not containing optional arguments (#8975)
 	java/cs : fixed `Reflect.callMethod(o, method, args)` for `args` not containing optional arguments (#8975)
 	cs : fixed Json.stringify for @:struct-annotated classes (#8979)
 	cs : fixed Json.stringify for @:struct-annotated classes (#8979)
+	cs : fixed bitwise shifts for `cs.types.Int64` (#8978)
 	python : fixed invalid generation of some inlined code blocks (#8971)
 	python : fixed invalid generation of some inlined code blocks (#8971)