Skip to content

Commit 5f10d6f

Browse files
committed
Update changelog
1 parent 10777c5 commit 5f10d6f

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CHANGELOG.md

+57
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
11
# `wasm-bindgen` Change Log
22
--------------------------------------------------------------------------------
33

4+
## [Unreleased](https://github.com/rustwasm/wasm-bindgen/compare/0.2.86...main)
5+
6+
### Changed
7+
8+
* Deprecate `HtmlMenuItemElement` and parts of `HtmlMenuElement`.
9+
[#3448](https://github.com/rustwasm/wasm-bindgen/pull/3448)
10+
11+
* Stabilize `ResizeObserver`.
12+
[#3459](https://github.com/rustwasm/wasm-bindgen/pull/3459)
13+
14+
### Fixed
15+
16+
* Take alignment into consideration during (de/re)allocation.
17+
[#3463](https://github.com/rustwasm/wasm-bindgen/pull/3463)
18+
19+
--------------------------------------------------------------------------------
20+
21+
## 0.2.86
22+
23+
Released 2023-05-16.
24+
25+
[changes](https://github.com/rustwasm/wasm-bindgen/compare/0.2.85...0.2.86)
26+
27+
--------------------------------------------------------------------------------
28+
29+
## 0.2.85
30+
31+
Released 2023-05-09.
32+
33+
[changes](https://github.com/rustwasm/wasm-bindgen/compare/0.2.84...0.2.85)
34+
35+
--------------------------------------------------------------------------------
36+
37+
## 0.2.84
38+
39+
Released 2023-02-01.
40+
41+
[changes](https://github.com/rustwasm/wasm-bindgen/compare/0.2.83...0.2.84)
42+
43+
--------------------------------------------------------------------------------
44+
45+
## 0.2.83
46+
47+
Released 2022-09-12.
48+
49+
[changes](https://github.com/rustwasm/wasm-bindgen/compare/0.2.82...0.2.83)
50+
51+
--------------------------------------------------------------------------------
52+
53+
## 0.2.82
54+
55+
Released 2022-07-25.
56+
57+
[changes](https://github.com/rustwasm/wasm-bindgen/compare/0.2.81...0.2.82)
58+
59+
--------------------------------------------------------------------------------
60+
461
## 0.2.81
562

663
Released 2022-06-14.

0 commit comments

Comments
 (0)