Skip to content

Commit b762336

Browse files
committed
Prepare v0.3.0 release
1 parent 9e07eec commit b762336

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)