diff options
Diffstat (limited to 'third_party/rust/copyless/CHANGELOG.md')
-rw-r--r-- | third_party/rust/copyless/CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/rust/copyless/CHANGELOG.md b/third_party/rust/copyless/CHANGELOG.md new file mode 100644 index 0000000000..c13ffa47b4 --- /dev/null +++ b/third_party/rust/copyless/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +## v0.1.4 (24-06-2019) + - `BoxHelper`: replaced nullable pointer with NonNull + +## v0.1.3 (31-05-2019) + - fixed zero-sized box allocations + - fixed file permissions in the package + +## v0.1.2 (19-03-2019) + - fixed box alignment + +## v0.1.1 (15-03-2019) + - `BoxHelper` extension + +## v0.1 (15-03-2019) + - `VecHelper` extension |