summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authoralainfrisch <alain@frisch.fr>2016-03-14 17:18:26 +0100
committeralainfrisch <alain@frisch.fr>2016-03-14 17:18:26 +0100
commitc0967a387042b3a4f6f449009fe4c8d0c896ff7f (patch)
tree194f98b22b46d924f8b779586b4808d6f3e44e17 /Changes
parentddb2826029dbef11c6950e44118508c696d3f0ad (diff)
downloadocaml-c0967a387042b3a4f6f449009fe4c8d0c896ff7f.tar.gz
Changelog.
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 2a006ba8f0..d64c19fe5b 100644
--- a/Changes
+++ b/Changes
@@ -388,6 +388,8 @@ Bug fixes:
- PR#6651: Failing component lookup
* PR#6664: Crash when finalising lazy values of the wrong type.
(Damien Doligez)
+- PR#6677: Allow to disable warning 39 (useless "rec") with [@ocaml.warning]
+ applied to the first value binding of the would-be "rec" declaration
- PR#6672: Unused variance specification allowed in with constraint
- PR#6744: Univars can escape through polymorphic variants (partial fix)
- PR#6752: Extensible variant types and scope escaping