Browse Source

Update changelog (4.3.1)

Rudy Ges 2 years ago
parent
commit
f08b74236e
1 changed files with 23 additions and 1 deletions
  1. 23 1
      extra/CHANGES.txt

+ 23 - 1
extra/CHANGES.txt

@@ -1,4 +1,26 @@
-2023-04-06: 4.3.0
+2023-04-28 4.3.1
+
+	Breaking changes:
+
+	all : namespace message reporting defines (#11142)
+
+	General improvements:
+
+	all : support deprecation for defines
+
+	Bugfixes:
+
+	all : fix --times with compilation server (#11091)
+	all : fix default type parameters not respecting imports (#11161)
+	all : fix bytecode bindings issues (#11098)
+	macro : allow local statics in macro functions (#11096)
+	cpp : fix AtomicInt warnings on cppia (#11105)
+	cpp : fix deprecated implicit casts of cpp.Int64 (#10998)
+	cpp : add white space around template type syntax (#11107)
+	java : don't check native signatures on extern functions (#11131)
+	lua : remove non existent luautf8 charCodeAt extern (#11097)
+
+2023-04-06 4.3.0
 
 	New features: