We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c7254 commit 13ec0eeCopy full SHA for 13ec0ee
2 files changed
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Change log
2
==========
3
4
-## [unreleased]
+## [2.0.2] - 2015-05-27
5
6
### Fixed
7
@@ -38,7 +38,7 @@ Initial release of 2.x
38
39
- 1.x Releases
40
41
-[unreleased]: https://github.com/nbobtc/bitcoind-php/compare/2.0.1...2.x
+[2.0.2]: https://github.com/nbobtc/bitcoind-php/compare/2.0.1...2.x
42
[2.0.1]: https://github.com/nbobtc/bitcoind-php/compare/2.0.0...2.0.1
43
[2.0.0]: https://github.com/nbobtc/bitcoind-php/compare/2d30e2f9ee617f44336581386cd0734613c7353d...2.0.0
44
[#16]: https://github.com/nbobtc/bitcoind-php/issues/16
src/Http/Message/Message.php
@@ -92,7 +92,7 @@ public function getHeader($name)
92
93
/**
94
* @todo
95
- * @since 2.1.0
+ * @since 2.0.2
96
* {@inheritDoc}
97
*/
98
public function getHeaderLine($name)
0 commit comments