File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments