deprecation notice

This commit is contained in:
Jesse Bannon 2023-10-02 15:50:15 -07:00
parent e2e309b3ef
commit fbcb7cedc1
2 changed files with 9 additions and 1 deletions

View file

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

View file

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