Prepare release

This commit is contained in:
Justin Mayer 2020-11-02 14:10:02 +01:00
commit 98b1a46362

5
RELEASE.md Normal file
View file

@ -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)