From 98b1a46362f6217216306527fb8715316982b995 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 2 Nov 2020 14:10:02 +0100 Subject: [PATCH] Prepare release --- RELEASE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..0f25e64e --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,5 @@ +Release type: patch + +* Refactor intra-site link discovery in order to match more permissively [#2646](https://github.com/getpelican/pelican/issues/2646) +* Fix plugins running twice in auto-reload mode [#2817](https://github.com/getpelican/pelican/issues/2817) +* Add notice to use `from pelican import signals` instead of `import pelican.signals` [#2805](https://github.com/getpelican/pelican/issues/2805)