aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorThéo Zimmermann2018-08-17 17:53:55 +0200
committerThéo Zimmermann2018-08-27 20:00:58 +0200
commita71ac77f94936319e7e47bedecb44c2b75f73d5e (patch)
treedd0b40a9b5a4bbc274331059a2c0f3b7aba01257 /CHANGES
parentd5c9c90b9760bd51136f0ccbb041f8697ad0a081 (diff)
Document focusing on named goals.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index df4a1df176..a704f8047b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -48,6 +48,12 @@ Tactics
may need to add `Require Import Lra` to your developments. For compatibility,
we now define `fourier` as a deprecated alias of `lra`.
+Focusing
+
+- Focusing bracket `{` now supports named goal selectors,
+ e.g. `[x]: {` will focus on a goal (existential variable) named `x`.
+ As usual, unfocus with `}` once the sub-goal is fully solved.
+
Standard Library
- Added `Ascii.eqb` and `String.eqb` and the `=?` notation for them,