From 9a4c75169b1a974c5da5efd08f3b19d8e09a6621 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 14 Aug 2018 18:27:49 +0200 Subject: [PATCH] Added changelog for 1.7 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb05a23..fb6ee57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,17 @@ ## Unreleased +## 1.7.0 - 2018-08-15 + ### Fixed - Fix CurlCommandFormatter for binary request payloads - Fix QueryParam authentication to assemble proper URL regardless of PHP `arg_separator.output` directive +- Do not pass `null` parameters to `Clue\StreamFilter\fun` + +### Changed +- Dropped tests on HHVM ## 1.6.0 - 2017-07-05