aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMaxime Dénès2018-01-16 13:34:46 +0100
committerMaxime Dénès2018-01-16 13:34:46 +0100
commitb0ac9d9748440badec581a3a804caec09c6df49d (patch)
tree73ff209532c950b2a83854ebc015a58cad864798 /CHANGES
parent8ea2a8307a8d96f8275ebbd9bd4cbd1f6b0a00c6 (diff)
parent1856d60057ac9096c791d71d4282c0cdfef85913 (diff)
Merge PR #6551: 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 ead751147a..289b7d5d2d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,6 +41,12 @@ Tactics
Heap, which performs a major garbage collection and heap compaction
in the OCaml run-time system.
+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