aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
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
=============