From a0b1587f6c56eaf75658a8d81f82762a91540a9a Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Mon, 4 Jan 2021 17:04:34 +0100 Subject: [PATCH] chore: add RELEASE.md --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..9439717c --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,3 @@ +Release type: patch + +Replace plugin definitions in settings with string representations after registering, so they can be cached correctly (#2828).