blob: 2bfebdbde7c197e4a4392bf5595d64124f89b570 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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
|