diff --git a/.changes/persisted-scope-fix-oom.md b/.changes/persisted-scope-fix-oom.md new file mode 100644 index 00000000..6e6520af --- /dev/null +++ b/.changes/persisted-scope-fix-oom.md @@ -0,0 +1,5 @@ +--- +persisted-scope: patch +--- + +Recursively unescape saved patterns before allowing/forbidding them. This effectively prevents `.persisted-scope` files from blowing up, which caused Out-Of-Memory issues, while automatically fixing existing broken files seamlessly.