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)