aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/changes.txt
diff options
context:
space:
mode:
authorMaxime Dénès2017-04-07 12:56:40 +0200
committerMaxime Dénès2017-04-12 15:10:15 +0200
commita74d64efb554e9fd57b8ec97fca7677033cc4fc4 (patch)
tree361960411112f34147d058dc78c4716bef05b0f9 /dev/doc/changes.txt
parentf41944730792070d4a3074aa1fe1f8465062b758 (diff)
parent01622922a3a68cc4a0597bb08e0f7ba5966a7144 (diff)
Merge PR#422: Supporting all kinds of binders, including 'pat, in syntax of record fields.
Diffstat (limited to 'dev/doc/changes.txt')
-rw-r--r--dev/doc/changes.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index af077bbb40..2080f164a2 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -44,6 +44,13 @@ The following constructors have been renamed:
LocalRawAssum -> CLocalAssum
LocalPattern -> CLocalPattern
+In Constrexpr_ops:
+
+ Deprecating abstract_constr_expr in favor of mkCLambdaN, and
+ prod_constr_expr in favor of mkCProdN. Note: the first ones were
+ interpreting "(x y z:_)" as "(x:_) (y:_) (z:_)" while the second
+ ones were preserving the original sharing of the type.
+
** Ltac API **
Many Ltac specific API has been moved in its own ltac/ folder. Amongst other