Skip to content

Commit

Permalink
Prepare v2.2.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 4, 2018
1 parent e47d0b1 commit 8cb7608
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG-2.x.md
Expand Up @@ -2,6 +2,22 @@

This changelog references the relevant changes (bug and security fixes) done to `laravie/codex`.

## 2.2.1

Released: 2018-04-04

### Added

* Added `Laravie\Codex\Support\MultipartRequest::stream()` method.

### Changes

* Normalize given `$path` when constructing `Laravie\Codex\Endpoint`.
* `Laravie\Codex\Sanitizer` should be able to lazy load casts object.
* Improves tests and docblocks.
* Use `Laravie\Codex\Contracts\Endpoint` as typehint instead of `Laravie\Codex\Endpoint` whenever possible.
* Mark `Laravie\Codex\Support\HttpClient::convertUriToEndpoint()` as `final`.

## 2.2.0

Released: 2018-03-14
Expand Down

0 comments on commit 8cb7608

Please sign in to comment.