aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-06-19 16:14:49 +0200
committerPierre-Marie Pédrot2018-06-19 16:14:49 +0200
commita5722cc823dcf13594098dd21813feaaaf893bf0 (patch)
treef4c55edaab3701d35d02c50dc9e732c903902ea8 /CHANGES
parentcd2af7f5dd96a639dbc531064d89de0ee82ef3e6 (diff)
parent89a85a6603b7112e685a052d728284d3e4c2881e (diff)
Merge PR #7491: Fix #7421: constr_eq ignores universe constraints.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ce8e313b99..c36f59726b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,12 @@ Tactics
- The `simple apply` tactic now respects the `Opaque` flag when called from
Ltac (`auto` still does not respect it).
+- Tactic `constr_eq` now adds universe constraints needed for the
+ identity to the context (it used to ignore them). New tactic
+ `constr_eq_strict` checks that the required constraints already hold
+ without adding new ones. Preexisting tactic `constr_eq_nounivs` can
+ still be used if you really want to ignore universe constraints.
+
Tools
- Coq_makefile lets one override or extend the following variables from