Skip to content

Commit

Permalink
changelog: Prepare for 0.69.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Feb 4, 2024
1 parent b7de6ee commit 84c0612
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,28 @@
--------------------------------------------------------------------------------
# Unreleased
## Added

- Added blocklist_var (#2731)
- Stabilized thiscall_abi (#2661)

## Changed

- Use CR consistently on windows (#2698)
- Replaced peeking_take_while by itertools (#2724)

## Removed
## Fixed

- Try to avoid repr(packed) for explicitly aligned types when not needed (#2734)
- Improved destructor handling on Windows (#2663)
- Support Float16 (#2667)
- Fix alignment contribution from bitfields (#2680)
- Fixed msrv build.

## Security

- Updated shlex dependency (RUSTSEC-2024-0006)

# 0.69.2 (2024-01-13)
## Added
## Changed
Expand Down

0 comments on commit 84c0612

Please sign in to comment.