diff --git a/Help/release/4.4.rst b/Help/release/4.4.rst index 2e0738f3a4..37d2378eb5 100644 --- a/Help/release/4.4.rst +++ b/Help/release/4.4.rst @@ -76,6 +76,16 @@ File-Based API optional ``fileSetType`` field gained a new ``SOURCES`` value to incorporate the new :ref:`file set ` ``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 ----------