Add release date to Changes.md

This commit is contained in:
Dave Rolsky 2023-12-17 09:53:53 -06:00
parent e1ea800ed7
commit d4b2d5201c
No known key found for this signature in database

View File

@ -1,3 +1,5 @@
## 0.0.11 - 2023-12-17
- Use `cross` when compiling for 32-bit Linux targets. While in theory this should work without - Use `cross` when compiling for 32-bit Linux targets. While in theory this should work without
`cross`, compiling `openssl` with the `vendored` feature fails when we run `cross`, compiling `openssl` with the `vendored` feature fails when we run
`cargo build --target i686-unknown-linux-musl`. `cargo build --target i686-unknown-linux-musl`.