We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7de6ee commit 84c0612Copy full SHA for 84c0612
CHANGELOG.md
@@ -191,11 +191,28 @@
191
--------------------------------------------------------------------------------
192
# Unreleased
193
## Added
194
+
195
+- Added blocklist_var (#2731)
196
+- Stabilized thiscall_abi (#2661)
197
198
## Changed
199
200
+- Use CR consistently on windows (#2698)
201
+- Replaced peeking_take_while by itertools (#2724)
202
203
## Removed
204
## 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
212
## Security
213
214
+- Updated shlex dependency (RUSTSEC-2024-0006)
215
216
# 0.69.2 (2024-01-13)
217
218
0 commit comments