From 77e5381be73347d7f1ad6e616d1460ca023e920f Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Wed, 9 Feb 2022 09:07:42 -0700 Subject: [PATCH] Update CHANGELOG --- docs/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) `_ +* Add ``categories.html`` template to default theme `(#2973) `_ +* Document how to use plugins to inject content `(#2922) `_ 4.7.1 - 2021-10-12 ==================