@@ -7,16 +7,24 @@ 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
- - Issue labels set automatically via templates.
11
10
### Changed
12
- - Logging only updates or only debug/errors is now possible.
13
11
### Deprecated
14
12
### Removed
15
13
### Fixed
16
- - Don't output deprecation notices if no logging is enabled.
17
- - Respect custom HTTP Client initialisation, no matter when it is set.
18
14
### Security
19
15
16
+ ## [ 0.59.1] - 2019-07-18
17
+ ### Notes
18
+ - [ :ledger : View file changes] [ 0.59.1 ]
19
+ - :exclamation : Deprecated logging method will be removed in the next version, update to PSR-3 now! (see #964 for more info)
20
+ ### Added
21
+ - Issue labels set automatically via templates.
22
+ ### Changed
23
+ - Logging only updates or only debug/errors is now possible. (#983 )
24
+ ### Fixed
25
+ - Don't output deprecation notices if no logging is enabled. (#983 )
26
+ - Respect custom HTTP Client initialisation, no matter when it is set. (#986 )
27
+
20
28
## [ 0.59.0] - 2019-07-07
21
29
### Notes
22
30
- [ :ledger : View file changes] [ 0.59.0 ]
@@ -384,6 +392,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
384
392
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
385
393
386
394
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
395
+ [ 0.59.1 ] : https://github.com/php-telegram-bot/core/compare/0.59.0...0.59.1
387
396
[ 0.59.0 ] : https://github.com/php-telegram-bot/core/compare/0.58.0...0.59.0
388
397
[ 0.58.0 ] : https://github.com/php-telegram-bot/core/compare/0.57.0...0.58.0
389
398
[ 0.57.0 ] : https://github.com/php-telegram-bot/core/compare/0.56.0...0.57.0
0 commit comments