From f7e005cd0f8577c0151e243f0a1deb0b235815aa Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 29 Nov 2018 07:55:59 -0800 Subject: [PATCH] Add bug fixes to changelog --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index eeeab1df..6eb61c1e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Release history ############### +4.0.1 (2018-11-30) +================== + +* Refactor ``pelican.server`` logging +* Fix bug in which all static files were processed as "draft" +* Bug fixes for Invoke/Makefile automation, Importer, and other miscellanea + 4.0.0 (2018-11-13) ==================