We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca53b9 commit 1c7c6e5Copy full SHA for 1c7c6e5
CHANGELOG.md
@@ -1,4 +1,12 @@
1
# Change Log
2
3
-
4
## Unreleased
+
5
+## 1.1.0
6
7
+ * Added discovery as hard dependency
8
+ * Reading more bytes than expected in a stream now returns the remaining content instead of throwing an Error
9
10
+## 1.0.0
11
12
+Initial release
composer.json
@@ -42,7 +42,7 @@
42
},
43
"extra": {
44
"branch-alias": {
45
- "dev-master": "1.0-dev"
+ "dev-master": "1.1-dev"
46
}
47
48
"prefer-stable": true,
0 commit comments