From 8a45a3a5d08f9e9339d0ba9cc9624a895d4cfc57 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 17 Jun 2016 16:26:59 +0200 Subject: Mentioning goal selectors in CHANGES --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 9699b5529e..12d486c425 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,8 @@ Tactics a locally free identifier anymore. It must use e.g. the "fresh" primitive instead (potential source of incompatibilities). - New tactics is_ind, is_const, is_proj, is_constructor for use in Ltac (DOC TODO). +- New goal selectors. Sets of goals can be selected by select by listing + integers ranges. Example: "1,4-7,24: tac" focuses "tac" on goals 1,4,5,6,7,24. Hints -- cgit v1.2.3