aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorThéo Zimmermann2019-06-03 16:27:19 +0200
committerThéo Zimmermann2019-06-03 16:27:19 +0200
commit5465bbf5525ce82fd3063f6cbd0bb651cc5f4d24 (patch)
treef168714642f5a819e7b0e08941609fed988761a7 /doc/changelog
parent7032085c809993d6a173e51aec447c02828ae070 (diff)
parentb2f70d5c203a68af4c7048b417eb0dc82cee2610 (diff)
Merge PR #10261: Update doc to reflect that PG now supports Coq-generated proof diffs
Reviewed-by: Zimmi48 Reviewed-by: cpitclaudel Ack-by: erikmd
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/12-misc/10019-PG-proof-diffs.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog/12-misc/10019-PG-proof-diffs.rst b/doc/changelog/12-misc/10019-PG-proof-diffs.rst
new file mode 100644
index 0000000000..b2d191be26
--- /dev/null
+++ b/doc/changelog/12-misc/10019-PG-proof-diffs.rst
@@ -0,0 +1,3 @@
+- Proof General can now display Coq-generated diffs between proof steps
+ in color. (`#10019 <https://github.com/coq/coq/pull/10019>`_ and (in Proof General)
+ `#421 <https://github.com/ProofGeneral/PG/pull/421>`_, by Jim Fehrle).