summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2022-02-09 09:07:42 -0700
committerGitHub <noreply@github.com>2022-02-09 09:07:42 -0700
commit77e5381be73347d7f1ad6e616d1460ca023e920f (patch)
tree960a7ca22197feda33ec78044d622cf4db9a3003
parent582341208533d595766a414a0e4ca7a3b2595c77 (diff)
downloadpelican-77e5381be73347d7f1ad6e616d1460ca023e920f.tar.gz
Update CHANGELOG
-rw-r--r--docs/changelog.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 59102506..576e3d0c 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,7 +4,9 @@ Release history
4.7.2 - 2022-02-09
==================
-Fix incorrect parsing of parameters specified via `-e` / `--extra-settings` option flags (#2938).
+* Fix incorrect parsing of parameters specified via `-e` / `--extra-settings` option flags `(#2938) <https://github.com/getpelican/pelican/pull/2938>`_
+* Add ``categories.html`` template to default theme `(#2973) <https://github.com/getpelican/pelican/pull/2973>`_
+* Document how to use plugins to inject content `(#2922) <https://github.com/getpelican/pelican/pull/2922>`_
4.7.1 - 2021-10-12
==================