File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed
Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1- # CHANGELOG
1+ # Changelog
22
3- This file is a manually maintained list of changes for each release. Feel free
4- to add your changes here when sending pull requests. Also send corrections if
5- you spot any mistakes.
3+ ## 0.5.2 (2016-05-20)
4+
5+ * Fix: Do not send empty SELECT statement when no database has been given
6+ (#35 , #36 by @clue )
7+
8+ * Improve documentation, update dependencies and add first class support for PHP 7
69
710## 0.5.1 (2015-01-12)
811
Original file line number Diff line number Diff line change @@ -231,17 +231,17 @@ The `end()` method can be used to soft-close the Redis connection once all pendi
231231
232232## Install
233233
234- The recommended way to install this library is [ through composer ] ( http://getcomposer.org ) .
235- [ New to composer ?] ( http://getcomposer.org/doc/00-intro.md )
234+ The recommended way to install this library is [ through Composer ] ( http://getcomposer.org ) .
235+ [ New to Composer ?] ( http://getcomposer.org/doc/00-intro.md )
236236
237- ``` JSON
238- {
239- "require" : {
240- "clue/redis-react" : " ~0.5.0"
241- }
242- }
237+ This will install the latest supported version:
238+
239+ ``` bash
240+ $ composer require clue/redis-react:^0.5
243241```
244242
243+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
244+
245245## License
246246
247247MIT
You can’t perform that action at this time.
0 commit comments