From dddb02226a8c304f1dd23d925933f2a725c2854f Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 17 Oct 2016 10:39:43 +0200 Subject: [PATCH] Updated change log with cURLFormatter and BufferedStream --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f4cce..c72c483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Change Log -## Unreleased +## 1.4.0 - 2016-10-17 ### Added - Message, stream and URI factories for [Slim Framework](https://github.com/slimphp/Slim) +- BufferedStream that allow you to decorate a non-seekable stream with a seekable one. +- cUrlFormatter to be able to redo the request with a cURL command ## 1.3.1 - 2016-07-15