@@ -5,16 +5,25 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
5
6
6
## [ Unreleased]
7
7
### Notes
8
- - [ :ledger : View file changes] [ Unreleased ] ∙ [ : page_with_curl : DB migration script ] [ unreleased-sql-migration ]
8
+ - [ :ledger : View file changes] [ Unreleased ]
9
9
### Added
10
- - Bot API 6.8, 6.9 (@noplanman )
11
10
### Changed
12
11
### Deprecated
13
12
### Removed
14
13
### Fixed
15
- - Missing ` thumbnail_url ` renaming.
16
14
### Security
17
15
16
+ ## [ 0.82.0] - 2023-10-26
17
+ ### Notes
18
+ - [ :ledger : View file changes] [ 0.82.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.82.0-sql-migration ]
19
+ - Really the last version that supports PHP 7! Only PHP 8 after this one.
20
+ ### Added
21
+ - Bot API 6.8, 6.9 (@noplanman ) (#1418 , #1427 )
22
+ - Test against PHP 8.3 (@sergiy-petrov ) (#1421 )
23
+ ### Fixed
24
+ - Missing ` thumbnail_url ` renaming.
25
+ - Fix broken exception handling (@mlocati ) (#1425 )
26
+
18
27
## [ 0.81.0] - 2023-05-27
19
28
### Notes
20
29
- [ :ledger : View file changes] [ 0.81.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.81.0-sql-migration ]
@@ -625,7 +634,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
625
634
### Deprecated
626
635
- Move ` hideKeyboard ` to ` removeKeyboard ` .
627
636
628
- [ unreleased -sql-migration] : https://github.com/php-telegram-bot/core/tree/develop /utils/db-schema-update/0.81.0-unreleased .sql
637
+ [ 0.82.0 -sql-migration] : https://github.com/php-telegram-bot/core/tree/master /utils/db-schema-update/0.81.0-0.82.0 .sql
629
638
[ 0.81.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.80.0-0.81.0.sql
630
639
[ 0.80.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.79.0-0.80.0.sql
631
640
[ 0.80.0-bc-commands-with-underscores ] : https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#commands-with-underscores
@@ -668,6 +677,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
668
677
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
669
678
670
679
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
680
+ [ 0.82.0 ] : https://github.com/php-telegram-bot/core/compare/0.81.0...0.82.0
671
681
[ 0.81.0 ] : https://github.com/php-telegram-bot/core/compare/0.80.0...0.81.0
672
682
[ 0.80.0 ] : https://github.com/php-telegram-bot/core/compare/0.79.0...0.80.0
673
683
[ 0.79.0 ] : https://github.com/php-telegram-bot/core/compare/0.78.0...0.79.0
0 commit comments