Skip to content

Commit 84c0612

Browse files
committed
changelog: Prepare for 0.69.3 release.
1 parent b7de6ee commit 84c0612

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,28 @@
191191
--------------------------------------------------------------------------------
192192
# Unreleased
193193
## Added
194+
195+
- Added blocklist_var (#2731)
196+
- Stabilized thiscall_abi (#2661)
197+
194198
## Changed
199+
200+
- Use CR consistently on windows (#2698)
201+
- Replaced peeking_take_while by itertools (#2724)
202+
195203
## Removed
196204
## Fixed
205+
206+
- Try to avoid repr(packed) for explicitly aligned types when not needed (#2734)
207+
- Improved destructor handling on Windows (#2663)
208+
- Support Float16 (#2667)
209+
- Fix alignment contribution from bitfields (#2680)
210+
- Fixed msrv build.
211+
197212
## Security
198213

214+
- Updated shlex dependency (RUSTSEC-2024-0006)
215+
199216
# 0.69.2 (2024-01-13)
200217
## Added
201218
## Changed

0 commit comments

Comments
 (0)