aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-06-08 22:33:14 +0200
committerPierre-Marie Pédrot2019-06-08 22:33:14 +0200
commita999ff029d7eca67531adfb4c7d6aeb0390e50b9 (patch)
tree58295927c3eee59886c6c81aec47538c226a1144 /doc
parentdc981a7262727395b0519ad2bbe43676bc665503 (diff)
parent1bc80b5cf7792e13b9d793de2c8da5192c75920c (diff)
Merge PR #10318: Test goal range in "only" selectors
Ack-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: ppedrot
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/10318-select-only-error.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/10318-select-only-error.rst b/doc/changelog/04-tactics/10318-select-only-error.rst
new file mode 100644
index 0000000000..03ed15d948
--- /dev/null
+++ b/doc/changelog/04-tactics/10318-select-only-error.rst
@@ -0,0 +1,4 @@
+- The goal selector tactical ``only`` now checks that the goal range
+ it is given is valid instead of ignoring goals out of the focus
+ range. (`#10318 <https://github.com/coq/coq/pull/10318>`_, by Gaëtan
+ Gilbert).