Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mekras committed Mar 5, 2019
1 parent 8f25c9f commit e7a2a5e
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
# Change Log

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

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

## 1.7.1 - 2018-03-36

## 2.0.0 - 2019-03-05

- Client expects PSR-17 ResponseFactoryInterface and StreamFactoryInterface rather than Httplug
factories.
- Allow cURL options to overwrite our default spec-compliant default configuration.

### Removed

- HHVM support removed.

### Changed

- Minimal PHP version changed to 7.1.
- `Client::__construct` now expects PSR-17 factories instead of HTTPlug ones.

### Added

- #41: Support [PSR-17](https://www.php-fig.org/psr/psr-17/) and
[PSR-18](https://www.php-fig.org/psr/psr-18/).


## 1.7.1 - 2018-03-26

### Fixed

Expand Down

0 comments on commit e7a2a5e

Please sign in to comment.