From ac02f6617f5eeab9c2485e11e7ad5cb76f908cb8 Mon Sep 17 00:00:00 2001 From: Dirk Groenen Date: Thu, 11 Feb 2016 10:41:40 +0100 Subject: [PATCH] add changes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a01d7..11a3842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.2.10 (11-02-2016) + +- Fixed missing `http_build_query` in post requests [#39](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/39) + ### 0.2.9 (10-02-2016) - Add autoload.php as Composer alternative [#37](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/37)