From fbcb7cedc18705f1b459e3252eebeda63744294d Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 2 Oct 2023 15:50:15 -0700 Subject: [PATCH] deprecation notice --- docs/config.rst | 2 +- docs/deprecation_notices.rst | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 70bd9b0b..60a9fe74 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -29,7 +29,7 @@ and subscriptions. .. autoclass:: ytdl_sub.config.config_validator.ConfigOptions() :members: :member-order: bysource - :exclude-members: persist_logs, experimental + :exclude-members: subscription_value, persist_logs, experimental persist_logs """""""""""" diff --git a/docs/deprecation_notices.rst b/docs/deprecation_notices.rst index 212beea0..56c42d0a 100644 --- a/docs/deprecation_notices.rst +++ b/docs/deprecation_notices.rst @@ -1,6 +1,14 @@ Deprecation Notices =================== +Oct 2023 +-------- + +subscription preset and value +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The use of ``__value__`` will go away in Dec 2023 in favor of the method found in +:ref:`beautifying subscriptions`. ``__preset__`` will still be supported for the time being. + July 2023 ---------