diff --git a/CHANGES.rst b/CHANGES.rst index b6f9bff5..dff4ab72 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,6 +16,23 @@ Changelog .. towncrier release notes start +3.6.0 (2024-05-06) +=================== + +Features +-------- + +- Added full support of `Bot API 7.3 `_ + `#1480 `_ + + +Improved Documentation +---------------------- + +- Added telegram objects transformation block in 2.x -> 3.x migration guide + `#1412 `_ + + 3.5.0 (2024-04-23) =================== diff --git a/CHANGES/1412.doc.rst b/CHANGES/1412.doc.rst deleted file mode 100644 index 0429dac3..00000000 --- a/CHANGES/1412.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Added telegram objects transformation block in 2.x -> 3.x migration guide diff --git a/CHANGES/1480.feature.rst b/CHANGES/1480.feature.rst deleted file mode 100644 index 384877d0..00000000 --- a/CHANGES/1480.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added full support of `Bot API 7.3 `_