diff options
| author | Théo Zimmermann | 2018-08-30 10:00:21 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-08-30 10:00:21 +0200 |
| commit | bf1446294dba45d3ea9b7bb39d2fc96617848c03 (patch) | |
| tree | 92ee5252c2eb40179d4f0e6a7544c409169a94a3 | |
| parent | bc4611f372a50cae3e2e466bb1caf09bfa659e2e (diff) | |
| parent | 62bed22d2c104da07fc49b9c5f6229afedb92a07 (diff) | |
Merge PR #8354: Move CHANGES entry for #8167 to 8.8.2 section
| -rw-r--r-- | CHANGES | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -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 =========================== |
