Skip to content

Commit c3f0ab1

Browse files
committed
docs: Update 2.0 changelog with detailed breaking changes
1 parent d7f7c06 commit c3f0ab1

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

docs/changelog.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,19 @@ Version 2.x
2424
.. version:: 2.0
2525
:break:
2626

27-
- Integrated with :external+render:doc:`sphinxnotes-render <index>`
28-
- Drop the ``.. recentupdate::`` directive, use ``load_extra('recentupdate')``
29-
in :rst:dir:`data.render`'s template
30-
- Drop the ``recentupdate_date_format`` confval
27+
- The template feature is now provided by
28+
:external+render:doc:`sphinxnotes-render <index>`. It offers richer features;
29+
Please see :external+render:doc:`tmpl`
30+
- The extension now provides a ``recentupdate`` extra context for replacing
31+
the ``.. recentupdate::`` directive. See :doc:`usage` for more details
32+
33+
BREAKING CHANGES:
34+
35+
- Drop the ``.. recentupdate::`` directive
36+
- Drop the ``strftime`` and ``roles`` filters
37+
- Drop the ``recentupdate_date_format``, ``recentupdate_template``, and
38+
``recentupdate_exclude_path`` confvals
39+
- The members of :py:class:`~sphinxnotes.recentupdate.Revision` are renamed
3140

3241
Version 1.x
3342
===========

0 commit comments

Comments
 (0)