aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index 7b0ba17009..5933649daf 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -7,6 +7,10 @@ We renamed the following functions:
Context.Rel.Declaration.fold -> Context.Rel.Declaration.fold_constr
Context.Named.Declaration.fold -> Context.Named.Declaration.fold_constr
+The following type aliases where removed
+
+ Context.section_context ... it was just an alias for "Context.Named.t" which is still available
+
=========================================
= CHANGES BETWEEN COQ V8.5 AND COQ V8.6 =
=========================================