summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5c74dd4165..b10f4ff4d6 100644
--- a/Changes
+++ b/Changes
@@ -15,6 +15,8 @@ Working version
use String_val as a char* instead of const char*
(Kate Deplaix)
+- #6662, #8908: Add "module _ = X" syntax
+ (Thomas Refis, review by ...)
### Internal/compiler-libs changes:
@@ -67,6 +69,11 @@ Working version
skipped lines/bytes into account
(Gabriel Scherer, review by Sébastien Hinderer)
+- #8908: Use an option instead of a string for module names ("_" becomes None),
+ and a dedicated type for functor parameters: "()" maps to "Unit" (instead of
+ "*").
+ (Thomas Refis, review by ...)
+
### Code generation and optimizations:
- #8672: Optimise Switch code generation on booleans.