@@ -5,19 +5,26 @@ 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 5.1 (ChatMember Update types, Improved Invite Links, Voice Chat). (@massadm , @noplanman )
11
- - Method to allow adding command classes directly. (@alligator77 , @noplanman )
12
10
### Changed
13
11
### Deprecated
14
- - ` Telegram::handleGetUpdates ` method should be passed a ` $data ` array for parameters.
15
12
### Removed
16
13
### Fixed
17
- - ` message.edit_date ` is now of type ` timestamp ` .
18
- - Allow all update types by default when using ` getUpdates ` method.
19
14
### Security
20
15
16
+ ## [ 0.72.0] - 2021-04-16
17
+ ### Notes
18
+ - [ :ledger : View file changes] [ 0.72.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.72.0-sql-migration ]
19
+ ### Added
20
+ - Bot API 5.1 (ChatMember Update types, Improved Invite Links, Voice Chat). (@massadm , @noplanman ) (#1199 )
21
+ - Method to allow adding command classes directly. (@alligator77 , @noplanman ) (#1207 , #1209 )
22
+ ### Deprecated
23
+ - ` Telegram::handleGetUpdates ` method should be passed a ` $data ` array for parameters. (#1202 )
24
+ ### Fixed
25
+ - ` message.edit_date ` is now of type ` timestamp ` . (#1191 )
26
+ - Allow all update types by default when using ` getUpdates ` method. (#1202 )
27
+
21
28
## [ 0.71.0] - 2021-03-05
22
29
### Notes
23
30
- [ :ledger : View file changes] [ 0.71.0 ]
@@ -506,7 +513,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
506
513
### Deprecated
507
514
- Move ` hideKeyboard ` to ` removeKeyboard ` .
508
515
509
- [ unreleased -sql-migration] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.71.0-unreleased .sql
516
+ [ 0.72.0 -sql-migration] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.71.0-0.72.0 .sql
510
517
[ 0.70.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.64.0-0.70.0.sql
511
518
[ 0.70.0-bc-minimum-php-73 ] : https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#minimum-php-73
512
519
[ 0.63.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.62.0-0.63.0.sql
@@ -539,6 +546,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
539
546
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
540
547
541
548
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
549
+ [ 0.72.0 ] : https://github.com/php-telegram-bot/core/compare/0.71.0...0.72.0
542
550
[ 0.71.0 ] : https://github.com/php-telegram-bot/core/compare/0.70.1...0.71.0
543
551
[ 0.70.1 ] : https://github.com/php-telegram-bot/core/compare/0.70.0...0.70.1
544
552
[ 0.70.0 ] : https://github.com/php-telegram-bot/core/compare/0.64.0...0.70.0
0 commit comments