summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 9e9c36aa4d..adf554dcda 100644
--- a/Changes
+++ b/Changes
@@ -132,6 +132,10 @@ OCaml 5.1.0
(B. Szilvasy, Gabriel Scherer and Xavier Leroy, review by
Stefan Muenzel, Guillaume Munch-Maccagnoni and Damien Doligez)
+- #12131: Simplify implementation of weak hash sets, fixing a
+ performance regression. (Nick Barnes, review by François Bobot,
+ Alain Frisch and Damien Doligez).
+
### Type system:
- #6941, #11187: prohibit using classes through recursive modules