diff --git a/CHANGES.rst b/CHANGES.rst index edd96b4d..d2907257 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,11 +20,17 @@ Unreleased * Always install the full-text search dependencies (previously optional). The ``search`` extra remains available to avoid breaking dependent packages. -* Change :mod:`~reader.plugins.mark_as_read` to also +* Add the :attr:`~Feed.subtitle` and :attr:`~Feed.version` Feed attributes. + (:issue:`223`) + +* Change the :mod:`~reader.plugins.mark_as_read` plugin to also explicitly mark matching entries as unimportant, similar to how the *don't care* web application button works. (:issue:`260`) +* In the web application, show the feed subtitle. + (:issue:`223`) + Version 2.3 -----------