Add missing changelog for #3655

This commit is contained in:
daxpedda 2023-10-13 15:54:46 +02:00
parent d2f9315bf5
commit 84b735c117
No known key found for this signature in database
GPG Key ID: 43D62A3EA388E46F

View File

@ -146,6 +146,9 @@
* Fix some calls to `free()` missing alignment.
[#3639](https://github.com/rustwasm/wasm-bindgen/pull/3639)
* Fix wrong ABI for raw pointers.
[#3655](https://github.com/rustwasm/wasm-bindgen/pull/3655)
### Removed
* Removed `ReadableStreamByobReader::read_with_u8_array()` because it doesn't work with Wasm.