aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2020-04-19 16:42:54 +0200
committerHugo Herbelin2020-04-21 19:33:19 +0200
commit9664a490ac3755b19ed9b8ec6a2f1925d9ec79ac (patch)
treed3bdf19685c00c9bde11eda8b345a03ff1ecbc3d
parent7f4092718deed6c3d492ef3a1be16cef51212c14 (diff)
Change log for #12023
Co-Authored-By: Théo Zimmermann <theo.zimmi@gmail.com>
-rw-r--r--doc/changelog/04-tactics/12023-master+fixing-empty-Ltac-v-file.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/12023-master+fixing-empty-Ltac-v-file.rst b/doc/changelog/04-tactics/12023-master+fixing-empty-Ltac-v-file.rst
new file mode 100644
index 0000000000..f10208e9b2
--- /dev/null
+++ b/doc/changelog/04-tactics/12023-master+fixing-empty-Ltac-v-file.rst
@@ -0,0 +1,6 @@
+- **Changed:**
+ Tactics with qualified name of the form ``Coq.Init.Notations`` are
+ now qualified with prefix ``Coq.Init.Ltac``; users of the -noinit
+ option should now import Coq.Init.Ltac if they want to use Ltac
+ (`#12023 <https://github.com/coq/coq/pull/12023>`_,
+ by Hugo Herbelin; minor source of incompatibilities).