From 753954adb0cb2fffb80279034ab6fe710cc0224a Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 18 Feb 2023 15:52:39 +0200 Subject: [PATCH] Update changelog --- CHANGES/{816.bugfix => 816.bugfix.rst} | 0 CHANGES/952.feature.rst | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CHANGES/{816.bugfix => 816.bugfix.rst} (100%) diff --git a/CHANGES/816.bugfix b/CHANGES/816.bugfix.rst similarity index 100% rename from CHANGES/816.bugfix rename to CHANGES/816.bugfix.rst diff --git a/CHANGES/952.feature.rst b/CHANGES/952.feature.rst index 86135dc8..fb206222 100644 --- a/CHANGES/952.feature.rst +++ b/CHANGES/952.feature.rst @@ -4,7 +4,7 @@ Added missing shortcuts, new enums, reworked old stuff All previously added enums is re-generated in new place - `aiogram.enums` instead of `aiogram.types` **Added enums:** :class:`aiogram.enums.bot_command_scope_type.BotCommandScopeType`, - :class:`aiogram.enums.chat_action.ChatActions`, + :class:`aiogram.enums.chat_action.ChatAction`, :class:`aiogram.enums.chat_member_status.ChatMemberStatus`, :class:`aiogram.enums.chat_type.ChatType`, :class:`aiogram.enums.content_type.ContentType`,