From 30c72544a8fc3009addd148dddaa6bd64f8930fb Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Wed, 27 May 2015 15:51:58 -0400 Subject: [PATCH] updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa669f..51a2130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Change log ## [unreleased] +### Fixed + +- [#16] incompatible with psr/http-message current version + ## [2.0.1] - 2015-03-27 ### Added @@ -37,3 +41,4 @@ Initial release of 2.x [unreleased]: https://github.com/nbobtc/bitcoind-php/compare/2.0.1...2.x [2.0.1]: https://github.com/nbobtc/bitcoind-php/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/nbobtc/bitcoind-php/compare/2d30e2f9ee617f44336581386cd0734613c7353d...2.0.0 +[#16]: https://github.com/nbobtc/bitcoind-php/issues/16