@@ -7,18 +7,26 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
7
7
### Notes
8
8
- [ :ledger : View file changes] [ Unreleased ]
9
9
### Added
10
- - Define a custom Bot API server and file download URI.
11
10
### Changed
12
- - Improved error messages for empty input.
13
- - Log update when processing it, not when fetching input.
14
11
### Deprecated
15
12
### Removed
16
13
### 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.
20
14
### Security
21
15
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
+
22
30
## [ 0.70.1] - 2020-12-25
23
31
### Notes
24
32
- [ :ledger : View file changes] [ 0.70.1 ]
@@ -525,6 +533,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
525
533
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
526
534
527
535
[ 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
528
537
[ 0.70.1 ] : https://github.com/php-telegram-bot/core/compare/0.70.0...0.70.1
529
538
[ 0.70.0 ] : https://github.com/php-telegram-bot/core/compare/0.64.0...0.70.0
530
539
[ 0.64.0 ] : https://github.com/php-telegram-bot/core/compare/0.63.1...0.64.0
0 commit comments