Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Jun 19, 2024
1 parent 9b81537 commit e0364d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `bytemuck` changelog

## 1.16.1

* **NOT SEMVER SUPPORTED:** Adds the `nightly_float` Cargo feature. This
activates the `f16` and `f128` nightly features, and then provides `Zeroable`
and `Pod` impls for those types.

## 1.16.0

* Adds a `const_zeroed` feature (MSRV 1.75) which puts a `zeroed` fn at the crate root.
Expand Down

0 comments on commit e0364d2

Please sign in to comment.