From afd5e531059c09774e958e142b859d201aa00c79 Mon Sep 17 00:00:00 2001 From: Dirk Groenen Date: Tue, 10 May 2016 17:36:53 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a3842..8017ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 0.2.11 (10-05-2016) + +- Add extra exception when response is empty [#45](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/45) +- Merge pull request [#43](https://github.com/dirkgroenen/Pinterest-API-PHP/pull/43) +- Merge pull request [#46](https://github.com/dirkgroenen/Pinterest-API-PHP/pull/46) +- Fix broken image upload [#47](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/47) + ### 0.2.10 (11-02-2016) - Fixed missing `http_build_query` in post requests [#39](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/39)