summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2021-10-01 15:30:03 +0200
committerJustin Mayer <entroP@gmail.com>2021-10-01 15:30:03 +0200
commit492ed61c9f4dcf3b5d11feeae332d1e351b01fe3 (patch)
tree04a225834f7c9280125eb9c49bd9fe97c905708a /docs
parenteacd6435ef4835868c9590b0cea9420e4a74c529 (diff)
downloadpelican-492ed61c9f4dcf3b5d11feeae332d1e351b01fe3.tar.gz
Update changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index fc673d90..b9271ddc 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,18 @@
Release history
###############
+4.7.0 - 2021-10-01
+==================
+
+* Improve default theme rendering on mobile and other small screen devices `(#2914) <https://github.com/getpelican/pelican/pull/2914>`_
+* Add support for hidden articles `(#2866) <https://github.com/getpelican/pelican/pull/2866>`_
+* Improve word count behavior when generating summary CJK & other locales `(#2863) <https://github.com/getpelican/pelican/pull/2863>`_
+* Add progress spinner during generation `(#2869) <https://github.com/getpelican/pelican/pull/2869>`_
+ and better logging `(#2897) <https://github.com/getpelican/pelican/pull/2897>`_, both via `Rich <https://github.com/willmcgugan/rich>`_
+* Invoke tasks `serve` and `livereload` now auto-open a web browser pointing to the locally-served website `(#2764) <https://github.com/getpelican/pelican/pull/2764>`_
+* Support some date format codes used by ISO dates `(#2902) <https://github.com/getpelican/pelican/pull/2902>`_
+* Document how to add a new writer `(#2901) <https://github.com/getpelican/pelican/pull/2901>`_
+
4.6.0 - 2021-03-23
==================