diff options
author | Justin Mayer <entroP@gmail.com> | 2020-11-02 17:18:38 +0100 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2020-11-02 17:18:38 +0100 |
commit | e3c7a915e500e17b668ddebfb1cc7e30673dbf33 (patch) | |
tree | 267028b78fc48a944f75358937fb892ed38f6973 | |
parent | 06d4eff4a52bf75c5fc447aa779b1694f44028c9 (diff) | |
download | pelican-e3c7a915e500e17b668ddebfb1cc7e30673dbf33.tar.gz |
Fix changelog entry formatting and issue links
-rw-r--r-- | docs/changelog.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index e2900c48..7031b63b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ================== |