# 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). ## [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 [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