aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/04-tactics/13469-no-int-in-fail.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/04-tactics/13469-no-int-in-fail.rst')
-rw-r--r--doc/changelog/04-tactics/13469-no-int-in-fail.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/13469-no-int-in-fail.rst b/doc/changelog/04-tactics/13469-no-int-in-fail.rst
new file mode 100644
index 0000000000..e0fcbb924e
--- /dev/null
+++ b/doc/changelog/04-tactics/13469-no-int-in-fail.rst
@@ -0,0 +1,5 @@
+- **Removed:**
+ :tacn:`fail` and :tacn:`gfail`, which formerly accepted negative
+ values as a parameter, now give syntax errors for negative
+ values (`#13469 <https://github.com/coq/coq/pull/13469>`_,
+ by Jim Fehrle).