diff --git a/CHANGES.md b/CHANGES.md index faf49b4..58bbb16 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ * Upgraded all dependencies. * Removed "parallel" feature from `cc` dependency. +* No longer expose ffi_to_string as it is unsound (can easily cause undefined behavior in safe code). +* Upgraded string slice error lifetimes to 'static. ## 0.2.1 (2019-03-29) diff --git a/README.md b/README.md index 203ca6a..7358cbd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -spirv-reflect = "0.2.1" +spirv-reflect = "0.2.2" ``` and add this to your crate root: @@ -74,6 +74,8 @@ at your option. - [Nuno Subtil](https://github.com/nsubtil) (Contribution) - [Paweł Grabarz](https://github.com/Frizi) (Contribution) - [Walter Pearce](https://github.com/jaynus) (Contribution) +- [Bastian Kauschke](https://github.com/lcnr) (Contribution) +- [Lukas Wirth](https://github.com/Veykril) (Contribution) ## Contribution