mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 18:02:31 -05:00
Add Incompatible changes document (#5603)
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
31
docs/incompatible_changes/future.rst
Normal file
31
docs/incompatible_changes/future.rst
Normal file
@@ -0,0 +1,31 @@
|
||||
.. _deprecated-functionality:
|
||||
|
||||
===================================================
|
||||
Future changes (currently deprecated functionality)
|
||||
===================================================
|
||||
|
||||
.. include:: _includes/preamble.rst
|
||||
|
||||
.. contents::
|
||||
:depth: 4
|
||||
:local:
|
||||
|
||||
For Developers
|
||||
**************
|
||||
|
||||
Removals
|
||||
~~~~~~~~
|
||||
|
||||
Downloader's shared libraries
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. deprecated:: 3.2.0
|
||||
|
||||
Shared libraries have been deprecated in favor of pip-installable libraries.
|
||||
Shared libraries do not provide any functionality that can't already be achieved
|
||||
with pip requirements *and* as such don't provide much value in return for
|
||||
the added complexity.
|
||||
|
||||
Known issues, especially those related to hot-reload, were not handled automatically
|
||||
for shared libraries, same as they are not handled for the libraries installed
|
||||
through pip.
|
||||
Reference in New Issue
Block a user