diff --git a/CHANGES/1234.feature.rst b/CHANGES/1234.feature.rst index 90bfb72f..fe68e765 100644 --- a/CHANGES/1234.feature.rst +++ b/CHANGES/1234.feature.rst @@ -1,2 +1,2 @@ -Added new shortcuts for :class:`aiogram.types.chat_member_updated.aiogramChatMemberUpdated` +Added new shortcuts for :class:`aiogram.types.chat_member_updated.ChatMemberUpdated` to send message to chat that member joined/left. diff --git a/CHANGES/1235.feature.rst b/CHANGES/1235.feature.rst new file mode 100644 index 00000000..98cce77f --- /dev/null +++ b/CHANGES/1235.feature.rst @@ -0,0 +1,2 @@ +Added new shortcuts for :class:`aiogram.types.chat_join_request.ChatJoinRequest` +to make easier access to sending messages to users who wants to join to chat.