mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump changelog
This commit is contained in:
parent
04bd0c9e7c
commit
0161322598
7 changed files with 21 additions and 7 deletions
21
CHANGES.rst
21
CHANGES.rst
|
|
@ -16,6 +16,27 @@ Changelog
|
||||||
|
|
||||||
.. towncrier release notes start
|
.. towncrier release notes start
|
||||||
|
|
||||||
|
3.0.0 (2023-09-01)
|
||||||
|
===================
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Replaced :code:`datetime.datetime` with `DateTime` type wrapper across types to make dumped JSONs object
|
||||||
|
more compatible with data that is sent by Telegram.
|
||||||
|
`#1277 <https://github.com/aiogram/aiogram/issues/1277>`_
|
||||||
|
- Fixed magic :code:`.as_(...)` operation for values that can be interpreted as `False` (e.g. `0`).
|
||||||
|
`#1281 <https://github.com/aiogram/aiogram/issues/1281>`_
|
||||||
|
- Italic markdown from utils now uses correct decorators
|
||||||
|
`#1282 <https://github.com/aiogram/aiogram/issues/1282>`_
|
||||||
|
- Fixed method :code:`Message.send_copy` for stickers.
|
||||||
|
`#1284 <https://github.com/aiogram/aiogram/issues/1284>`_
|
||||||
|
- Fixed :code:`Message.send_copy` method, which was not working properly with stories, so not you can copy stories too (forwards messages).
|
||||||
|
`#1286 <https://github.com/aiogram/aiogram/issues/1286>`_
|
||||||
|
- Fixed error overlapping when validation error is caused by remove_unset root validator in base types and methods.
|
||||||
|
`#1290 <https://github.com/aiogram/aiogram/issues/1290>`_
|
||||||
|
|
||||||
|
|
||||||
3.0.0rc2 (2023-08-18)
|
3.0.0rc2 (2023-08-18)
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
Replaced :code:`datetime.datetime` with `DateTime` type wrapper across types to make dumped JSONs object
|
|
||||||
more compatible with data that is sent by Telegram.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Fixed magic :code:`.as_(...)` operation for values that can be interpreted as `False` (e.g. `0`).
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Italic markdown from utils now uses correct decorators
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Fixed method :code:`Message.send_copy` for stickers.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Fixed :code:`Message.send_copy` method, which was not working properly with stories, so not you can copy stories too (forwards messages).
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Fixed error overlapping when validation error is caused by remove_unset root validator in base types and methods.
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue