aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-09-26 14:03:35 +0200
committerPierre-Marie Pédrot2018-09-26 14:03:35 +0200
commit871c694e5395e85296f4c61ba4039f04704b20b3 (patch)
tree7f61099c11a30aa4fa82810fd7949d5ffb1a7bc4 /CHANGES
parent8292c485bde7911bf8a4d626faf9292ba0016e97 (diff)
parent8d1a5297d55eb0cd02695c81f6dea7aef6f62d31 (diff)
Merge PR #7309: Made names of existential variables interpretable as Ltac variables.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 29b8fa1094..9f3bdcedae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -73,6 +73,10 @@ Tactics
- The `romega` tactics have been deprecated; please use `lia` instead.
+- Names of existential variables occurring in Ltac functions
+ (e.g. "?[n]" or "?n" in terms - not in patterns) are now interpreted
+ the same way as other variable names occurring in Ltac functions.
+
Focusing
- Focusing bracket `{` now supports named goal selectors,