summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-11-02 14:10:02 +0100
committerJustin Mayer <entroP@gmail.com>2020-11-02 14:10:02 +0100
commit98b1a46362f6217216306527fb8715316982b995 (patch)
tree4fa15d0f3200e5adb648d7ded1fa9849ba28d05f
parent09822c16a7d3cf29982d892b4dc7fe0ce9edfb48 (diff)
downloadpelican-98b1a46362f6217216306527fb8715316982b995.tar.gz
Prepare release
-rw-r--r--RELEASE.md5
1 files changed, 5 insertions, 0 deletions
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)