File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.0 (2015-08-20)
4+
5+ * Feature: Support newer "datastream" protocol
6+ ([ #13 ] ( https://github.com/clue/php-quassel-react/pull/13 ) , [ #15 ] ( https://github.com/clue/php-quassel-react/pull/15 ) )
7+
8+ * Feature: Explicitly pass "legacy" protocol scheme to avoid probing protocol
9+ ([ #16 ] ( https://github.com/clue/php-quassel-react/pull/16 ) )
10+
11+ * Improved documentation, more SOLID code base and updated dependencies.
12+ ([ #11 ] ( https://github.com/clue/php-quassel-react/pull/11 ) , [ #14 ] ( https://github.com/clue/php-quassel-react/pull/14 ) )
13+
314## 0.2.1 (2015-05-14)
415
516* Update clue/qdatastream to v0.5.0
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ The recommended way to install this library is [through composer](http://getcomp
118118``` JSON
119119{
120120 "require" : {
121- "clue/quassel-react" : " ~0.2 .0"
121+ "clue/quassel-react" : " ~0.3 .0"
122122 }
123123}
124124```
You can’t perform that action at this time.
0 commit comments