diff options
| author | Benjamin Gilbert <bgilbert@backtick.net> | 2025-09-03 17:42:33 -0500 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-11-18 08:32:28 -0800 |
| commit | d49ab9242e1e7e673827b488fca81265c223b5b9 (patch) | |
| tree | 65e7e0b13ac7dd28efb8d2b8f005d6ff6cc0f808 /docs | |
| parent | efb9c62a7e98b03f38c767c83c48db13f5a8cab8 (diff) | |
| download | meson-d49ab9242e1e7e673827b488fca81265c223b5b9.tar.gz | |
docs: release-note rewriter improvements
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/snippets/rewriter.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/markdown/snippets/rewriter.md b/docs/markdown/snippets/rewriter.md new file mode 100644 index 000000000..9f18d84f5 --- /dev/null +++ b/docs/markdown/snippets/rewriter.md @@ -0,0 +1,9 @@ +## Rewriter improvements + +The [rewriter](Rewriter.md) added support for writing the `project()` +`license_files` argument and for reading dict-valued kwargs. + +It also removed the unused but mandatory `value` arguments to the +`default-options delete` and `kwargs delete` CLI subcommands. To allow +scripts to continue supporting previous releases, these arguments are +still accepted (with a warning) if they're all equal to the empty string. |
