File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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 )
99
1010### Removed
1111
1212- ** BREAKING** : Deprecated client ` Redmine\Client ` was removed, use ` Redmine\Client\NativeCurlClient ` or ` Redmine\Client\Psr18Client ` instead
1313
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+
1421## [ v1.8.0] ( https://github.com/kbsali/php-redmine-api/compare/v1.7.0...v1.8.0 ) - 2021-04-19
1522
1623### Added
You can’t perform that action at this time.
0 commit comments