aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-25 08:53:36 +0000
committerGitHub2020-11-25 08:53:36 +0000
commit075811dc6424d9c7663e7913b7d7d7735e9c2dac (patch)
treec1d2c1f4391f60e9cb8b88c6241f43d0ab658fb9 /doc
parentbde2235816e7b0acb574082f0f40e15a898a4dcf (diff)
parent5eb18289189a8a3d71086b12998e85d651970b28 (diff)
Merge PR #13459: [ssr] Fixing [dup] and [swap] working around a bug
Reviewed-by: gares
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/06-ssreflect/13459-ssr_dup_swap_apply_ipat.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/06-ssreflect/13459-ssr_dup_swap_apply_ipat.rst b/doc/changelog/06-ssreflect/13459-ssr_dup_swap_apply_ipat.rst
new file mode 100644
index 0000000000..e14ae89219
--- /dev/null
+++ b/doc/changelog/06-ssreflect/13459-ssr_dup_swap_apply_ipat.rst
@@ -0,0 +1,4 @@
+- **Fixed:**
+ Working around a bug of interaction between + and /(ltac:(...)) cf #13458
+ (`#13459 <https://github.com/coq/coq/pull/13459>`_,
+ by Cyril Cohen).