We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504eb9e commit 0020120Copy full SHA for 0020120
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+<a name="v0.7.9"></a>
2
+### v0.8.0 (2018-10-15)
3
+
4
+#### Features
5
+* Update rand to 0.6
6
+* Upgrade native-tls to 0.2
7
+* Add a maximal size for fragments exposed via the `max_fragment_size` setting
8
9
+#### Bug fixes
10
+* Don't try to parse response when the socket not ready
11
12
<a name="v0.7.9"></a>
13
### v0.7.9 (2018-10-15)
14
Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT"
name = "ws"
readme = "README.md"
15
repository = "https://github.com/housleyjk/ws-rs"
16
-version = "0.7.9"
+version = "0.8.0"
17
18
[dependencies]
19
byteorder = "1.2.1"
0 commit comments