Bump changelog

This commit is contained in:
Alex Root Junior 2023-09-01 18:04:42 +03:00
parent 04bd0c9e7c
commit 0161322598
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
7 changed files with 21 additions and 7 deletions

View file

@ -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.

View file

@ -1 +0,0 @@
Fixed magic :code:`.as_(...)` operation for values that can be interpreted as `False` (e.g. `0`).

View file

@ -1 +0,0 @@
Italic markdown from utils now uses correct decorators

View file

@ -1 +0,0 @@
Fixed method :code:`Message.send_copy` for stickers.

View file

@ -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).

View file

@ -1 +0,0 @@
Fixed error overlapping when validation error is caused by remove_unset root validator in base types and methods.