1
0
Fork 0
forked from github/pelican

Add changelog entries to prepare for release

This commit is contained in:
Justin Mayer 2019-08-21 14:38:17 +02:00
commit 8353cea6b6

View file

@ -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`