Skip to content

Commit 956329e

Browse files
committedMay 5, 2018
A few changelog updates [ci skip]
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 9ce7d2c commit 956329e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎CHANGES.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Features
3232
* Tags ``draft``, ``private`` and ``mathjax`` are no longer treated
3333
special if ``USE_TAG_METADATA`` is set to ``False`` (default for
3434
new sites) (Issue #2761)
35+
* Replace ``draft`` and ``private`` tags with a ``status`` meta field
36+
(supports ``published``, ``featured``, ``draft``, ``private``)
37+
and ``mathjax`` with ``.. has_math: yes`` (Issue #2761)
3538
* Rename ``TAG_PAGES_TITLES`` → ``TAG_TITLES``,
3639
``TAG_PAGES_DESCRIPTIONS`` → ``TAG_DESCRIPTIONS``.
3740
* Rename ``CATEGORY_PAGES_TITLES`` → ``CATEGORY_TITLES``,
@@ -163,7 +166,7 @@ behave as if the value was what is displayed afer the setting name.
163166
Removed features
164167
----------------
165168

166-
* Removed Colorbox (Issue #2777)
169+
* Removed Colorbox, baguetteBox is used instead (Issue #2777)
167170
* Removed ``googleplus`` comments (no longer supported) (Issue #635)
168171
* Removed the slides directive for docutils, it will now be a separate plugin.
169172
* Dropped Python 2 and Python 3.3 support (oldest supported version is 3.4)
@@ -172,9 +175,11 @@ Removed features
172175
* Stopped supporting all deprecated config options
173176
* Dropped annotations support (annotateit.org closed down in March 2017)
174177
* Removed taxonomy option ``also_create_classifications_from_other_languages``
175-
(Issue #2785)
178+
(Issue #2785) and ``generate_atom_feeds_for_post_lists`` (Issue
179+
#3016)
176180
* Removed old 7-line metadata format (Issue #2839)
177181
* Atom feeds are now limited to one page (Issue #3016)
182+
* Removed sections (replaced by improved categories) (Issue #2833)
178183

179184
New in v7.8.8
180185
=============

0 commit comments

Comments
 (0)
Please sign in to comment.