aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2018-08-30 10:00:21 +0200
committerThéo Zimmermann2018-08-30 10:00:21 +0200
commitbf1446294dba45d3ea9b7bb39d2fc96617848c03 (patch)
tree92ee5252c2eb40179d4f0e6a7544c409169a94a3
parentbc4611f372a50cae3e2e466bb1caf09bfa659e2e (diff)
parent62bed22d2c104da07fc49b9c5f6229afedb92a07 (diff)
Merge PR #8354: Move CHANGES entry for #8167 to 8.8.2 section
-rw-r--r--CHANGES15
1 files changed, 10 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 9bc2d2b369..a42c44c09b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -82,10 +82,6 @@ Tools
please open an issue. We can help set up external maintenance as part
of Proof-General, or independently as part of coq-community.
-- The targets `print-pretty-timed`, `print-pretty-timed-diff`, and
- `print-pretty-single-time-diff` now correctly label the "before" and
- "after" columns, rather than swapping them.
-
Vernacular Commands
@@ -158,7 +154,16 @@ Notations
Note that this might cause incompatibilities if you have, e.g., list_scope
and vector_scope both open with vector_scope on top, and expect `++` to
refer to `app`.
- Solution: wrap `_ ++ _` in `(_ ++ _)%list` (or whichever scope you want).
+ Solution: wrap `_ ++ _` in `(_ ++ _)%list` (or whichever scope you want).
+
+Changes from 8.8.1 to 8.8.2
+===========================
+
+Tools
+
+- The coq-makefile targets `print-pretty-timed`, `print-pretty-timed-diff`,
+ and `print-pretty-single-time-diff` now correctly label the "before" and
+ "after" columns, rather than swapping them.
Changes from 8.8.0 to 8.8.1
===========================