File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ This file is a manually maintained list of changes for each release. Feel free
4
4
to add your changes here when sending pull requests. Also send corrections if
5
5
you spot any mistakes.
6
6
7
+ ## 0.5.0 (2014-11-12)
8
+
9
+ * Feature: Support PubSub commands (P)(UN)SUBSCRIBE and watching for "message",
10
+ "subscribe" and "unsubscribe" events
11
+ (#24 )
12
+
13
+ * Feature: Support MONITOR command and watching for "monitor" events
14
+ (#23 )
15
+
16
+ * Improve documentation, update locked dependencies and add first class support for HHVM
17
+ (#25 , #26 and others)
18
+
7
19
## 0.4.0 (2014-08-25)
8
20
9
21
* BC break: The ` Client ` class has been renamed to ` StreamingClient ` .
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ The recommended way to install this library is [through composer](http://getcomp
174
174
``` JSON
175
175
{
176
176
"require" : {
177
- "clue/redis-react" : " ~0.4 .0"
177
+ "clue/redis-react" : " ~0.5 .0"
178
178
}
179
179
}
180
180
```
You can’t perform that action at this time.
0 commit comments