File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/kbsali/php-redmine-api/compare/v1.8.0 ...master )
8
+ ## [ Unreleased] ( https://github.com/kbsali/php-redmine-api/compare/v1.8.1 ...v2.x )
9
9
10
10
### Removed
11
11
12
12
- ** BREAKING** : Deprecated client ` Redmine\Client ` was removed, use ` Redmine\Client\NativeCurlClient ` or ` Redmine\Client\Psr18Client ` instead
13
13
14
+ ## [ v1.8.1] ( https://github.com/kbsali/php-redmine-api/compare/v1.8.0...v1.8.1 ) - 2021-06-01
15
+
16
+ ### Fixed
17
+
18
+ - ` AbstractApi::get() ` returns ` null ` on empty response body instead of ` false ` for BC reasons
19
+ - Use uppercase in HTTP verbs
20
+
14
21
## [ v1.8.0] ( https://github.com/kbsali/php-redmine-api/compare/v1.7.0...v1.8.0 ) - 2021-04-19
15
22
16
23
### Added
You can’t perform that action at this time.
0 commit comments