summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authoralainfrisch <alain@frisch.fr>2017-11-29 10:01:36 +0100
committeralainfrisch <alain@frisch.fr>2017-11-29 10:05:45 +0100
commit8136c88aeb334d51249e5699db54509cf7fe0e37 (patch)
treefd33a9f9a7b1f544ec9126985f587697e02bd2e8 /Changes
parentec87d13c371ebb6fac6e301cd089df70b735222e (diff)
downloadocaml-fix_7682.tar.gz
Fix bug on unboxed records with one polymorphic field.fix_7682
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index d06efab452..53c40a5d53 100644
--- a/Changes
+++ b/Changes
@@ -78,6 +78,10 @@ Working version
- MPR#7668: -principal is broken with polymorphic variants
(Jacques Garrigue, report by Jun Furuse)
+- MPR#7682, GPR#1495: fix [@@unboxed] for records with 1 polymorphic field
+ (Alain Frisch, report by Stéphane Graham-Lengrand)
+
+
4.06 maintenance branch
-----------------------