aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2020-08-10 20:22:45 +0200
committerHugo Herbelin2020-08-20 21:26:36 +0200
commitc75f4dcdd3b61b3950ae89f2618a3d7302a64772 (patch)
tree58eb00a17d8aef0c74bb64aaef59bccf4a50ae6e
parent13e4331494ea5bd2b37cb5730ac15662a9067772 (diff)
Adding change log for PR #12816.
-rw-r--r--doc/changelog/04-tactics/12816-master+fix12787-K-redex-injection-anomaly.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/12816-master+fix12787-K-redex-injection-anomaly.rst b/doc/changelog/04-tactics/12816-master+fix12787-K-redex-injection-anomaly.rst
new file mode 100644
index 0000000000..289d17167d
--- /dev/null
+++ b/doc/changelog/04-tactics/12816-master+fix12787-K-redex-injection-anomaly.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ Anomaly with :tacn:`injection` involving artificial
+ dependencies disappearing by reduction
+ (`#12816 <https://github.com/coq/coq/pull/12816>`_,
+ fixes `#12787 <https://github.com/coq/coq/issues/12787>`_,
+ by Hugo Herbelin).