From d49ab9242e1e7e673827b488fca81265c223b5b9 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 3 Sep 2025 17:42:33 -0500 Subject: docs: release-note rewriter improvements --- docs/markdown/snippets/rewriter.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/markdown/snippets/rewriter.md (limited to 'docs') 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. -- cgit v1.2.3