update changelog

This commit is contained in:
Lokathor 2020-07-23 19:30:33 -06:00
parent 7899e02d5f
commit f9849c63c7
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "bytemuck"
description = "A crate for mucking around with piles of bytes."
version = "1.2.1-alpha.0"
version = "1.3.1-alpha.0"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/bytemuck"
readme = "README.md"

View File

@ -1,5 +1,9 @@
# `bytemuck` changelog
## 1.3.0
* [HeroicKatora](https://github.com/HeroicKatora) added the `try_zeroed_slice_box` function [#10](https://github.com/Lokathor/bytemuck/pull/17).
## 1.2.0
* [thomcc](https://github.com/thomcc) added many things: