mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
32 lines
833 B
ReStructuredText
32 lines
833 B
ReStructuredText
.. _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.
|