mirror of
https://github.com/Kitware/CMake.git
synced 2026-06-24 16:58:07 +00:00
Help: Add release note for the instrumentation version format change in 4.3.4
This was missed in commit df36317176 (instrumentation: Revise Data
Version format, 2026-05-29, v4.4.0-rc1~43^2^2).
Closes: #27870
This commit is contained in:
@@ -543,6 +543,8 @@ Example:
|
||||
"cmakeContent" : "content/cmake-2025-07-11T12-46-32-0572.json"
|
||||
}
|
||||
|
||||
.. _`cmake-instrumentation v1 Index File`:
|
||||
|
||||
v1 Index File
|
||||
-------------
|
||||
|
||||
|
||||
@@ -299,3 +299,12 @@ Changes made since CMake 4.3.0 include the following.
|
||||
* The :command:`export(PACKAGE_INFO)` command now writes to the
|
||||
``cps/<package-name>`` subdirectory of the current build directory,
|
||||
rather than directly to the current build directory.
|
||||
|
||||
.. 4.3.4
|
||||
|
||||
* :manual:`cmake-instrumentation(7)`, introduced in 4.3.0, has been *changed*
|
||||
to generate :ref:`index files <cmake-instrumentation v1 Index File>` and
|
||||
:ref:`snippet files <cmake-instrumentation v1 Snippet File>` with a new
|
||||
``version`` field format. It is now an object with major and minor version
|
||||
components, ``{ "major": 1, "minor": 0 }``. Previously it was an integer
|
||||
with only the major version, ``1``.
|
||||
|
||||
Reference in New Issue
Block a user