Skip to content

Commit b697296

Browse files
committed
Updated CHANGELOG.md
1 parent 9c20a05 commit b697296

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
## Change Log
2+
#### 0.10.0
3+
* permessage-deflate support (experimental)
4+
* fixed multiple subprotocol bug
5+
* improved finalization
6+
* deleted unused codes (shrank about 25%)
7+
28
#### 0.9.2
39
* fixed lack of trailing zeros (0x00) when receiving binary (thanks to @lemoncola)
410

@@ -19,15 +25,15 @@
1925
* fixed that difference between packages and directories structure (thanks to @digigm)
2026

2127
#### 0.8.2
22-
* fixed the constructor error on 4.4 or later (thanks to @digigm)
28+
* fixed the constructor error on 4.4 and later (thanks to @digigm)
2329

2430
#### 0.8.1
2531
* fixed the frame aggregation error (thanks to @Atsyn)
26-
* fixed the binary transmission for the case of using the plugin on 4.4 or later
32+
* fixed the binary transmission for the case of using the plugin on 4.4 and later
2733

2834
#### 0.8.0
2935
* performance improvement (about 5% to 15% faster than previous versions)
30-
* deployed the sources of Jetty directly (instead the jar file)
36+
* deployed source of Jetty directly (instead the jar file)
3137
* abolished `maxTextMessageSize`/`maxBinaryMessageSize` options
3238
* added `override` option
3339
* refactor

0 commit comments

Comments
 (0)