Skip to content

Commit 0f62065

Browse files
committed
changelog for v2.4.0
1 parent 57b5646 commit 0f62065

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
This is the revision history of @msgpack/msgpack
1+
# This is the revision history of @msgpack/msgpack
2+
3+
## v2.4.0 2021/02/15
4+
5+
https://github.com/msgpack/msgpack-javascript/compare/v2.3.1...v2.4.0
6+
7+
* Renamed `decodeStream()` to `decodeMultiStream()`
8+
* `decodeStream()` is kept as a deprecated function but will be removed in a future
9+
* Added `decodeMulti()`, a synchronous variant for `decodeMultiStream()` (thanks to @Bilge for the request in [#152](https://github.com/msgpack/msgpack-javascript/issues/152))
10+
* Improved `decodeAsync()` and its family to accept `BufferSource` (thanks to @rajaybasu for the suggestion in [#152-issuecomment-778712021)](https://github.com/msgpack/msgpack-javascript/issues/152#issuecomment-778712021))
211

312
## v2.3.1 2021/02/13
413

0 commit comments

Comments
 (0)