aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-01-05 13:06:17 +0100
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-01-05 15:34:28 +0100
commite10b7ebe0eb05c01096d022f6f09e6c1562d5562 (patch)
treeb10693240b506ecaf558b8a95b15d2039c0f3386 /CHANGES
parent3a447d83226c4591e796e44933dad8278d97d683 (diff)
Documentation and CHANGES for bracket with goal selector.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cbaa2c5e2..14b1b3fac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -38,6 +38,12 @@ Tactics
- Added tactics restart_timer, finish_timing, and time_constr as an
experimental way of timing Ltac's evaluation phase
+Focusing
+
+- Focusing bracket `{` now supports single-numbered goal selector,
+ e.g. `2: {` will focus on the second sub-goal. As usual, unfocus
+ with `}` once the sub-goal is fully solved.
+
Vernacular Commands
- The deprecated Coercion Local, Open Local Scope, Notation Local syntax