aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorJim Fehrle2020-11-14 10:20:30 -0800
committerJim Fehrle2020-11-15 16:34:57 -0800
commit51ddbbe05ab2c47a2c50c1e6781b8562b7717110 (patch)
treeaebccc594aa834bb00e40c3afcf874455d378f7f /doc/changelog
parent9a93f5836a5f7bab81384314ac11ff0aac7d1b7f (diff)
Deprecate "eauto @int_or_var @int_or_var", add "bfs eauto"
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/04-tactics/13381-bfs_eauto.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/13381-bfs_eauto.rst b/doc/changelog/04-tactics/13381-bfs_eauto.rst
new file mode 100644
index 0000000000..a2c5e44340
--- /dev/null
+++ b/doc/changelog/04-tactics/13381-bfs_eauto.rst
@@ -0,0 +1,6 @@
+- **Deprecated:**
+ "eauto @int_or_var @int_or_var" in favor of new "bfs eauto".
+ Also deprecated 2-integer option for "debug eauto" and "info_eauto";
+ replacement TBD.
+ (`#13381 <https://github.com/coq/coq/pull/13381>`_,
+ by Jim Fehrle).