From a56dfcf295d8ebfea075c31478aed09c033bb850 Mon Sep 17 00:00:00 2001 From: halcy Date: Fri, 14 Feb 2025 02:23:30 +0200 Subject: [PATCH] changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a18564..487b766 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,7 @@ v2.0.0 (IN PROGRESS) * Added support for following tags (`followed_tags`, `tag_follow`, `tag_unfollow`, `tag`) * Fix library not working with -O2 (Thanks mirabilos for the report) * Version check mode now defaults to "none", since it keeps causing more problems than it solves. +* Document `media` (Thanks LunarLambda for the report) v1.8.1 ------