@@ -7,18 +7,26 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
77### Notes
88- [ :ledger : View file changes] [ Unreleased ]
99### Added
10- - Define a custom Bot API server and file download URI.
1110### Changed
12- - Improved error messages for empty input.
13- - Log update when processing it, not when fetching input.
1411### Deprecated
1512### Removed
1613### Fixed
17- - ` getUpdates ` method wrongly sends only 1 Update when a limit of 0 is passed.
18- - ` Telegram::runCommands() ` now passes the correct message text to the commands.
19- - Request limiter accepts chat ID as integer and string.
2014### Security
2115
16+ ## [ 0.71.0] - 2021-03-05
17+ ### Notes
18+ - [ :ledger : View file changes] [ 0.71.0 ]
19+ ### Added
20+ - Define a custom Bot API server and file download URI. (#1168 )
21+ ### Changed
22+ - Improved error messages for empty input. (#1164 )
23+ - Log update when processing it, not when fetching input. (#1164 )
24+ ### Fixed
25+ - ` getUpdates ` method wrongly sends only 1 Update when a limit of 0 is passed. (#1169 )
26+ - ` Telegram::runCommands() ` now passes the correct message text to the commands. (#1181 )
27+ - Request limiter accepts chat ID as integer and string. (#1182 )
28+ - Calling Keyboard constructor without any parameters. (@hutattedonmyarm ) (#1184 )
29+
2230## [ 0.70.1] - 2020-12-25
2331### Notes
2432- [ :ledger : View file changes] [ 0.70.1 ]
@@ -525,6 +533,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
525533[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
526534
527535[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
536+ [ 0.71.0 ] : https://github.com/php-telegram-bot/core/compare/0.70.1...0.71.0
528537[ 0.70.1 ] : https://github.com/php-telegram-bot/core/compare/0.70.0...0.70.1
529538[ 0.70.0 ] : https://github.com/php-telegram-bot/core/compare/0.64.0...0.70.0
530539[ 0.64.0 ] : https://github.com/php-telegram-bot/core/compare/0.63.1...0.64.0
0 commit comments