summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-08-05 01:00:19 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-08-05 01:00:19 -0400
commit393aa58f2c5afd51f92fd9bd4b6dfd0dc90cea41 (patch)
treea61de275324558358abc0c85f85827649a159512 /CHANGES.txt
parent942e313727d1ad886a1024c24fe4a9e8e2e0bb3e (diff)
New upstream version 8.2.3.upstream/8.2.3
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bc71d3d..a5b5e32 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,40 @@
+New in v8.2.3
+=============
+
+Bugfixes
+--------
+
+* Compatibility with Markdown 3.4.0 (Issue #3635)
+* Find substring in string instead of using `contains` in utils
+* Don't add semicolon in docinfo fields via CSS (caused duplicated
+ semicolons)
+
+Nikola now requires Python 3.7 or newer.
+
+New in v8.2.2
+=============
+
+* Compatibility with Pygments 2.12.0 (Issue #3617, #3618)
+
+New in v8.2.1
+=============
+
+Features
+--------
+
+* Add ``emphasize_lines`` directive to code blocks (Issue #3607)
+* Gallery index pages support the ``status`` flag (Issue #3598)
+* Add ``start_at`` option to youtube directive (Issue #3603)
+
+Bugfixes
+--------
+
+* Add data files to dependency file (Issue #3608)
+* Compatibility with doit 0.36.0 (Issue #3612)
+
+Note: ``nikola doit_auto`` is not available if using ``doit>=0.36.0``.
+You can still use ``nikola auto``.
+
New in v8.2.0
=============