aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Matej Kosik <matej.kosik@inria.fr>2016-08-14 19:10:35 +0200
committerGravatar Matej Kosik <m4tej.kosik@gmail.com>2016-08-25 10:52:26 +0200
commit3e6bc0e8d09e3eb913b366b4f5db280154b94018 (patch)
tree9f29b4bfa294ee8b204c860ee9eadb8bb76e03e2 /dev
parent4688a3b9750827eb0f5f61066ca617efcd97bc8c (diff)
CLEANUP: Type alias "Context.section_context" was removed
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 7b0ba1700..5933649da 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 =
=========================================