diff --git a/docs/changelog_3_4_0.rst b/docs/changelog_3_4_0.rst index 118626969..9dfb6ab01 100644 --- a/docs/changelog_3_4_0.rst +++ b/docs/changelog_3_4_0.rst @@ -1,5 +1,23 @@ .. 3.4.x Changelogs +Redbot 3.4.12 (2021-06-17) +========================== + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer` + +This is a hotfix release related to discontinuation of Audio Global API service. + +Full changelog +-------------- + +- **Audio** - Updated URL of the curated playlist (:issue:`5135`) +- **Audio** - All local caches are now enabled by default (:issue:`5140`) +- **Audio** - Global API service has been discontinued for now and as such support for it has been removed from the cog (:issue:`5143`) +- **Dev Cog** - ``[p]debug`` command will now confirm the code finished running with a tick reaction (:issue:`5107`) +- **Filter** - Fixed an edge case that caused the cog to sometimes check contents of DM messages (:issue:`5125`) + + Redbot 3.4.11 (2021-06-12) ==========================