From 8d013bdfb6cc56019ce26709fc2343cee4000b5c Mon Sep 17 00:00:00 2001 From: Stephen Sherratt Date: Wed, 16 Aug 2023 18:18:29 +1000 Subject: [PATCH] Update changelog Signed-off-by: Stephen Sherratt --- doc/changes/8350.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/changes/8350.md diff --git a/doc/changes/8350.md b/doc/changes/8350.md new file mode 100644 index 000000000000..767dc03e9677 --- /dev/null +++ b/doc/changes/8350.md @@ -0,0 +1,4 @@ +- Add `with_prefix` keyword for changing the prefix of the destination of + installed files matched by globs. (#8350, @gridbugs) +- Deprecate install destination paths beginning with ".." to prevent packages + escaping their designated installation directories. (#8350, @gridbugs)