aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-10-29 23:55:31 +0100
committerGaëtan Gilbert2019-10-29 23:55:31 +0100
commit99ed41bf8d6d72fc4d5a13d231663bbf48e9ec25 (patch)
tree44f6c91dd445aededf68a0567de7836c7a44a906 /doc/changelog
parente9dddcb2b5297f2e601a2e2d65a131ee5fde19e4 (diff)
parentb213691875112530a8d491caff942a761c6508ea (diff)
Merge PR #10966: `assert_succeeds`&`assert_fails`: multisuccess fix
Reviewed-by: SkySkimmer Reviewed-by: Zimmi48
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/04-tactics/10966-assert-succeeds-once.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/10966-assert-succeeds-once.rst b/doc/changelog/04-tactics/10966-assert-succeeds-once.rst
new file mode 100644
index 0000000000..09bef82c80
--- /dev/null
+++ b/doc/changelog/04-tactics/10966-assert-succeeds-once.rst
@@ -0,0 +1,11 @@
+- The :tacn:`assert_succeeds` and :tacn:`assert_fails` tactics now
+ only run their tactic argument once, even if it has multiple
+ successes. This prevents blow-up and looping from using
+ multisuccess tactics with :tacn:`assert_succeeds`. (`#10966
+ <https://github.com/coq/coq/pull/10966>`_ fixes `#10965
+ <https://github.com/coq/coq/issues/10965>`_, by Jason Gross).
+
+- The :tacn:`assert_succeeds` and :tacn:`assert_fails` tactics now
+ behave correctly when their tactic fully solves the goal. (`#10966
+ <https://github.com/coq/coq/pull/10966>`_ fixes `#9114
+ <https://github.com/coq/coq/issues/9114>`_, by Jason Gross).