summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 6210cee91f..bfd99672db 100644
--- a/Changes
+++ b/Changes
@@ -12,6 +12,10 @@ OCaml 4.12, maintenance version
code or an OCaml thread stops.
(Xavier Leroy, review by David Allsopp, Florian Angeletti and Damien Doligez)
+- #11358, #11378: Refactor the initialization of bytecode threading.
+ This avoids a "dangling pointer" warning of GCC 12.1.
+ (Xavier Leroy, report by Armaël Guéneau, review by Gabriel Scherer)
+
OCaml 4.12.1 (24 September 2021)
--------------------------------