Skip to content

Commit 842dc45

Browse files
committed
tweakss
1 parent 9ec2ec0 commit 842dc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://github.com/msgpack/msgpack-javascript/compare/v2.8.0...v3.0.0-beta1
77
* Add an option `useBigInt64` to map JavaScript's BigInt to MessagePack's int64 and uint64 ([#223](https://github.com/msgpack/msgpack-javascript/pull/223))
88
* Drop IE11 support ([#221](https://github.com/msgpack/msgpack-javascript/pull/221))
99
* It also fixes [feature request: option to disable TEXT_ENCODING env check #219](https://github.com/msgpack/msgpack-javascript/issues/219)
10-
* Change the interfaces of `Encoder` and `Decoder`, and describe the interfaces in README.md:
10+
* Change the interfaces of `Encoder` and `Decoder`, and describe the interfaces in README.md ([#224](https://github.com/msgpack/msgpack-javascript/pull/224)):
1111
* `new Encoder(options: EncoderOptions)`: it takes the same named-options as `encode()`
1212
* `new Decoder(options: DecoderOptions)`: it takes the same named-options as `decode()`
1313

0 commit comments

Comments
 (0)