prepare 1.0.1 release (#460)

This commit is contained in:
Alice Ryhl
2021-01-11 18:07:46 +01:00
committed by GitHub
parent df20a68356
commit 7b18c1c076
3 changed files with 12 additions and 3 deletions
+9
View File
@@ -1,3 +1,12 @@
# 1.0.1 (January 11, 2021)
### Changed
- mark `Vec::put_slice` with `#[inline]` (#459)
### Fixed
- Fix deprecation warning (#457)
- use `Box::into_raw` instead of `mem::forget`-in-disguise (#458)
# 1.0.0 (December 22, 2020)
### Changed