Skip to content

Commit 0ccb00b

Browse files
committed
libexpr: Add release note for c-api-byidx change
1 parent 6138bc3 commit 0ccb00b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/manual/rl-next/c-api-byidx.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
synopsis: "C API: `nix_get_attr_name_byidx`, `nix_get_attr_byidx` take a `nix_value *` instead of `const nix_value *`"
3+
prs: [13987]
4+
---
5+
6+
In order to accommodate a more optimized internal representation of attribute set merges these functions require
7+
a mutable `nix_value *` that might be modified on access. This does *not* break the ABI of these functions.

0 commit comments

Comments
 (0)