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 ---------