aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-04-20 23:16:42 +0200
committerGaëtan Gilbert2020-04-20 23:16:42 +0200
commitf6f789f577efec5cfcd16c98290dab81162aa64c (patch)
tree817382b17554f7106e38b5083d2e5936419eae35 /doc/changelog
parent51a938a260d989f11fb1cd1d7a0205c6183f3809 (diff)
parent9849b21d756f2603e57363124be83bd87ff33af6 (diff)
Merge PR #12126: TIMEFMT: Display the output file name
Reviewed-by: SkySkimmer
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/08-tools/12126-adjust-timed-name.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12126-adjust-timed-name.rst b/doc/changelog/08-tools/12126-adjust-timed-name.rst
new file mode 100644
index 0000000000..c305b384d9
--- /dev/null
+++ b/doc/changelog/08-tools/12126-adjust-timed-name.rst
@@ -0,0 +1,8 @@
+- **Changed:**
+ The output of ``make TIMED=1`` (and therefore the timing targets
+ such as ``print-pretty-timed`` and ``print-pretty-timed-diff``) now
+ displays the full name of the output file being built, rather than
+ the stem of the rule (which was usually the filename without the
+ extension, but in general could be anything for user-defined rules
+ involving ``%``) (`#12126
+ <https://github.com/coq/coq/pull/12126>`_, by Jason Gross).