1
0
Fork 0
forked from github/pelican

Fix changelog entry formatting and issue links

This commit is contained in:
Justin Mayer 2020-11-02 17:18:38 +01:00
commit e3c7a915e5

View file

@ -4,9 +4,9 @@ Release history
4.5.1 - 2020-11-02
==================
* 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)
* 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>`_
4.5.0 - 2020-08-20
==================