summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2016-03-15 22:04:39 +0100
committerAlain Frisch <alain@frisch.fr>2016-03-15 22:04:39 +0100
commitb791a20b6955c9cfbdb162d8a2dc91c77b37ec32 (patch)
tree53a16f5e73b5d792f0b29abf8c286ff1a038f40d /Changes
parent8a4837ef8246c149864396261104331d13b5b97b (diff)
parent43f90e9f58931ed9b7c14e4d2d5dc73cc1d0ea01 (diff)
downloadocaml-b791a20b6955c9cfbdb162d8a2dc91c77b37ec32.tar.gz
Merge pull request #301 from alainfrisch/let_exception
Local exceptions (without the optimization)
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 2938be5ed5..bc198ff7b7 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,10 @@ OCaml 4.04.0:
(Changes that can break existing programs are marked with a "*")
+Language features:
+- GPR#301: local exception declarations "let exception ... in"
+ (Alain Frisch)
+
Tools:
- GPR#452: Make the output of ocamldep is more stable (Alain Frisch)