From 8353cea6b6b66f73893f6ccc7d886eb227cb1ce0 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Wed, 21 Aug 2019 14:38:17 +0200 Subject: [PATCH] Add changelog entries to prepare for release --- RELEASE.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index dccbdff8..920b6a14 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,7 +1,6 @@ Release type: patch -Set default content status to a blank string rather than `None`. Fixes -[#2558](https://github.com/getpelican/pelican/issues/2558). Fixes issues -encountered by comment plugins among others -([1](https://github.com/bstpierre/pelican-comments/pull/4), -[2](https://github.com/Scheirle/pelican_comment_system/issues/8)). +* Add AutoPub to auto-publish releases on PR merge +* Add CSS classes for reStructuredText figures +* Pass `argv` to Pelican `main` entrypoint +* Set default content status to a blank string rather than `None`