Help/instrumentation: Add release notes for instrumentation data version 1.1

This commit is contained in:
Martin Duffy
2026-06-08 10:07:03 -04:00
committed by Brad King
parent 0480222ff4
commit 576471ba47

View File

@@ -76,6 +76,16 @@ File-Based API
optional ``fileSetType`` field gained a new ``SOURCES`` value to incorporate
the new :ref:`file set <file sets>` ``SOURCES`` type in codemodel replies.
Instrumentation
---------------
* The :manual:`cmake-instrumentation(7)` data version has been updated to 1.1.
* :manual:`cmake-instrumentation(7)` gained a ``captureOutput`` option which
collects the ``stdout`` and ``stderr`` of instrumented commands.
* :manual:`cmake-instrumentation(7)` gained a ``compileTrace`` option which
records compiler-generated trace files (e.g., from Clang's ``-ftime-trace``
flag).
Generators
----------