Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Sep 2, 2024
1 parent d84d47b commit 9935bf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ v2.1.0
------

* From now on, ``YouTubeNotifier`` extends ``AsyncYouTubeNotifier`` and ``AsyncYouTubeNotifier`` extends ``object``. ``BaseYouTubeNotifier`` was removed.
* Added ``(Async)YouTubeNotifier.run_in_background()``. It works like the run method but immediately returns when the notifier is running.
* Added ``(Async)YouTubeNotifier.run_in_background()``. It works like the ``run()`` method but immediately returns when the notifier starts running.
* Added ``(Async) YouTubeNotifier.unsubscribe()``. It unsubscribes the subscribed channel IDs
* From now on, ``(Async)YouTubeNotifier.subscribe()`` immediately raises ``ValueError`` when the given channel IDs are invalid. It didn't raise an error in the past until the notifier started running.
* Improved the speed of verifying channel IDs
Expand All @@ -21,6 +21,7 @@ The following decorators are deprecated and will be removed in version ``3.0.0``
* ``(Async)YouTubeNotifier.listener()`` -> use either ``any``, ``upload`` or ``edit``

**Full Changelog**: https://github.com/SeoulSKY/ytnoti/compare/v2.0.1...v2.1.0

v2.0.1
------

Expand Down

0 comments on commit 9935bf3

Please sign in to comment.