Skip to content

Commit 2338950

Browse files
committed
Prepare v0.4.5 release
1 parent 334933f commit 2338950

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.4.5 (2016-11-13)
4+
5+
* Feature: Support setting read buffer size to `null` (infinite)
6+
(#42 by @clue)
7+
8+
* Fix: Do not emit `full-drain` event if `Buffer` is closed during `drain` event
9+
(#55 by @clue)
10+
11+
* Vastly improved performance by factor of 10x to 20x.
12+
Raise default buffer sizes to 64 KiB and simplify and improve error handling
13+
and unneeded function calls.
14+
(#53, #55, #56 by @clue)
15+
316
## 0.4.4 (2016-08-22)
417

518
* Bug fix: Emit `error` event and close `Stream` when accessing the underlying

0 commit comments

Comments
 (0)