File tree 2 files changed +15
-12
lines changed
2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1
- # CHANGELOG
1
+ # Changelog
2
2
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
6
9
7
10
## 0.5.1 (2015-01-12)
8
11
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
231
231
232
232
## Install
233
233
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 )
236
236
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
243
241
```
244
242
243
+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
244
+
245
245
## License
246
246
247
247
MIT
You can’t perform that action at this time.
0 commit comments