aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJason Gross2020-05-19 16:09:47 -0400
committerJason Gross2020-05-20 15:23:14 -0400
commit0f8de9b967fe82ef8e9eef5e258d9ef96788929e (patch)
treef6286d81a8e9e38e68b94172777c3d2fc32fa3f4 /doc
parent5bf16099faa02b07c2f0e26927a56e26959b6128 (diff)
Print a newline at the end of timing tables
This, for example, improves the CI display, so that `$ echo 'end:coq.test'` does not appear on the same line as the end of the timing table.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-tools/12368-fix-missing-newline-time-file-maker.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12368-fix-missing-newline-time-file-maker.rst b/doc/changelog/08-tools/12368-fix-missing-newline-time-file-maker.rst
new file mode 100644
index 0000000000..8a43f5af94
--- /dev/null
+++ b/doc/changelog/08-tools/12368-fix-missing-newline-time-file-maker.rst
@@ -0,0 +1,4 @@
+- **Changed:**
+ The pretty-timed scripts and targets now print a newline at the end of their
+ tables, rather than creating text with no trailing newline (`#12368
+ <https://github.com/coq/coq/pull/12368>`_, by Jason Gross).