aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/08-tools/12126-adjust-timed-name.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/08-tools/12126-adjust-timed-name.rst')
-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).