diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /third_party/rust/presser/CHANGELOG.md | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/rust/presser/CHANGELOG.md')
-rw-r--r-- | third_party/rust/presser/CHANGELOG.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/third_party/rust/presser/CHANGELOG.md b/third_party/rust/presser/CHANGELOG.md new file mode 100644 index 0000000000..2bfebdbde7 --- /dev/null +++ b/third_party/rust/presser/CHANGELOG.md @@ -0,0 +1,40 @@ +<!-- markdownlint-disable blanks-around-headings blanks-around-lists no-duplicate-heading --> + +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +<!-- next-header --> +## [Unreleased] - ReleaseDate +## [0.3.1] - 2022-10-16 + +- Small documentation fixes +- Add example to docs + +## 0.3.0 - 2022-10-16 + +- Open source repository +- Support `#[no_std]` via optional `std` feature +- Improve/revamp some documentation + +## 0.2.1 + +- Re-word crate-level safety documentation + +## 0.2.0 + +- Require Rust 1.64 +- Added `copy_into_maybe_uninit_slice` +- Added `clone_into_maybe_uninit_slice` +- Remove optional `gpu-allocator` feature and support + +## 0.1.1 + +- Added `maybe_uninit_slice_from_vec` helper function + +<!-- next-url --> +[Unreleased]: https://github.com/EmbarkStudios/presser/compare/0.3.1...HEAD +[0.3.1]: https://github.com/EmbarkStudios/presser/compare/0.3.0...0.3.1 |