reader v2.5 Release Notes
-
๐ Unreleased
- In :meth:
~Reader.add_feed
and :meth:~Reader.change_feed_url
, validate if the current Reader configuration can handle the new feed URL; if not, raise :exc:InvalidFeedURLError
(a :exc:ValueError
subclass). (:issue:155
)
.. note::
While this change is backwards-compatible, the behavior change may be surprising. To get the previous behavior (no validation), use ``allow_invalid_url=True``.
- ๐ Fix bug causing
:attr:
~Entry.read_modified
and :attr:~Entry.important_modified
to be reset to :const:None
when an entry is updated.
- In :meth: