summaryrefslogtreecommitdiffstats
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 7dbf2f50f..e389cd724 100644
--- a/Changes
+++ b/Changes
@@ -13,9 +13,13 @@ Type system:
* Keep typing of pattern cases independent in principal mode
(i.e. information from previous cases is no longer used when typing
patterns; cf. PR6235' in typing-warnings/records.ml)
+- Allow opening a first-class module or applying a generative functor
+ in the body of a generative functor. Allow it also in the body of
+ an applicative functor if no types are created
Language features:
- Attributes and extension nodes
+- Generative functors
Compilers:
- Experimental native code generator for AArch64 (ARM 64 bits)