diff --git a/changelog.d/downloader/2527.docs.rst b/changelog.d/downloader/2527.docs.rst index 3b4b47f61..21e5bc6b9 100644 --- a/changelog.d/downloader/2527.docs.rst +++ b/changelog.d/downloader/2527.docs.rst @@ -1 +1 @@ -Added :func:`redbot.cogs.downloader.repo_manager.InstalledModule` to Downloader's framework docs. \ No newline at end of file +Added :func:`redbot.cogs.downloader.installable.InstalledModule` to Downloader's framework docs. \ No newline at end of file diff --git a/changelog.d/downloader/2527.misc.1.rst b/changelog.d/downloader/2527.misc.1.rst index 8b1d6db9e..f7c3143f9 100644 --- a/changelog.d/downloader/2527.misc.1.rst +++ b/changelog.d/downloader/2527.misc.1.rst @@ -1,4 +1,4 @@ Added :func:`redbot.cogs.downloader.installable.InstalledModule` which is used instead of :func:`redbot.cogs.downloader.installable.Installable` when we refer to installed cog or shared library. Therefore: - ``to_json`` and ``from_json`` methods were moved from :func:`redbot.cogs.downloader.installable.Installable` to :func:`redbot.cogs.downloader.installable.InstalledModule` - - return types changed for :func:`redbot.cogs.converter.InstalledCog.convert`, :func:`redbot.cogs.downloader.Downloader.installed_cogs`, :func:`redbot.cogs.downloader.Repo.install_cog` to use :func:`redbot.cogs.downloader.installable.InstalledModule`. \ No newline at end of file + - return types changed for :func:`redbot.cogs.downloader.converters.InstalledCog.convert`, :func:`redbot.cogs.downloader.downloader.Downloader.installed_cogs`, :func:`redbot.cogs.downloader.repo_manager.Repo.install_cog` to use :func:`redbot.cogs.downloader.installable.InstalledModule`. \ No newline at end of file