about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2411.section.md
diff options
context:
space:
mode:
authorSomeone Serge <else@someonex.net>2024-05-27 15:12:55 +0000
committerSomeone Serge <else@someonex.net>2024-05-28 19:58:02 +0000
commitfdf0e19b73f0f25818c72551a7eb5b2e3e73821e (patch)
tree5f0b8e62655a54a8565bef116d74c2f4a14d08cf /nixos/doc/manual/release-notes/rl-2411.section.md
parent7f8d9a6987df889e36507cc3cc23dd4ebecf5cd9 (diff)
imgui: mention cmake integration in release notes
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2411.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2411.section.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md
index 2338cf6e6fee9..e50ec83fa05ea 100644
--- a/nixos/doc/manual/release-notes/rl-2411.section.md
+++ b/nixos/doc/manual/release-notes/rl-2411.section.md
@@ -25,6 +25,8 @@
 
 ## Other Notable Changes {#sec-release-24.11-notable-changes}
 
-- Create the first release note entry in this section!
-
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+
+- To facilitate dependency injection, the `imgui` package now builds a static archive using vcpkg' CMake rules.
+  The derivation now installs "impl" headers selectively instead of by a wildcard.
+  Use `imgui.src` if you just want to access the unpacked sources.