From cdc5653e137e066f9a879cba917e3597b4bd628c Mon Sep 17 00:00:00 2001 From: SeoulSKY Date: Mon, 9 Sep 2024 19:02:48 -0600 Subject: [PATCH] Update docs --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c868fc1..8fe6502 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,7 @@ Changelog v2.1.1 ------ -* Fix raising an error when the push notification for deleted video is received. +* Fix raising an error when receiving the push notification for deleted video. * From now on, ``ytnoti`` explicitly raises ``RuntimeError`` when failed to parse the request body from YouTube. In the past, it logged the error to the logger. **Full Changelog**: https://github.com/SeoulSKY/ytnoti/compare/v2.1.0...v2.1.1