Skip to content

Commit e7a2a5e

Browse files
committed
Version 2.0.0
1 parent 8f25c9f commit e7a2a5e

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

Diff for: CHANGELOG.md

+26-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
# Change Log
22

3-
## 2.0.0 - Unreleased
3+
All notable changes to this project will be documented in this file.
44

5-
- Client expects PSR-17 ResponseFactoryInterface and StreamFactoryInterface rather than Httplug factories.
6-
- Allow cURL options to overwrite our default spec-compliant default configuration
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 1.7.1 - 2018-03-36
8+
9+
## 2.0.0 - 2019-03-05
10+
11+
- Client expects PSR-17 ResponseFactoryInterface and StreamFactoryInterface rather than Httplug
12+
factories.
13+
- Allow cURL options to overwrite our default spec-compliant default configuration.
14+
15+
### Removed
16+
17+
- HHVM support removed.
18+
19+
### Changed
20+
21+
- Minimal PHP version changed to 7.1.
22+
- `Client::__construct` now expects PSR-17 factories instead of HTTPlug ones.
23+
24+
### Added
25+
26+
- #41: Support [PSR-17](https://www.php-fig.org/psr/psr-17/) and
27+
[PSR-18](https://www.php-fig.org/psr/psr-18/).
28+
29+
30+
## 1.7.1 - 2018-03-26
931

1032
### Fixed
1133

0 commit comments

Comments
 (0)