From 7dec2660fb24dd1d50d4425751dab1ec59db608c Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 1 Oct 2021 16:04:47 +0200 Subject: [PATCH] Prepare release --- RELEASE.md | 10 ++++++++++ docs/changelog.rst | 12 ------------ 2 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..20087288 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,10 @@ +Release type: minor + +* Improve default theme rendering on mobile and other small screen devices `(#2914) `_ +* Add support for hidden articles `(#2866) `_ +* Improve word count behavior when generating summary CJK & other locales `(#2864) `_ +* Add progress spinner during generation `(#2869) `_ + and richer logging `(#2897) `_, both via `Rich `_ +* Invoke tasks ``serve`` and ``livereload`` now auto-open a web browser pointing to the locally-served web site `(#2764) `_ +* Support some date format codes used by ISO dates `(#2902) `_ +* Document how to add a new writer `(#2901) `_ diff --git a/docs/changelog.rst b/docs/changelog.rst index b7418ca9..fc673d90 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,18 +1,6 @@ Release history ############### -4.7.0 - 2021-10-01 -================== - -* Improve default theme rendering on mobile and other small screen devices `(#2914) `_ -* Add support for hidden articles `(#2866) `_ -* Improve word count behavior when generating summary CJK & other locales `(#2864) `_ -* Add progress spinner during generation `(#2869) `_ - and richer logging `(#2897) `_, both via `Rich `_ -* Invoke tasks ``serve`` and ``livereload`` now auto-open a web browser pointing to the locally-served web site `(#2764) `_ -* Support some date format codes used by ISO dates `(#2902) `_ -* Document how to add a new writer `(#2901) `_ - 4.6.0 - 2021-03-23 ==================