From 2e4b5d14b889835ea16a791f960e322b2261051f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 21 Jun 2023 10:25:12 +0200 Subject: [PATCH] Update changelog for #1 and #2 --- changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 030f0fe..d5011a6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +# 0.13.0 + +- Create crate as fork of `shared_memory` crate +- Add support for read-only mapping + # 0.12.5 - Update dependencies - Use minimal features for `nix` on unix systems @@ -21,4 +26,4 @@ # __0.11.X__ This release breaks backwards compatibility and removes a bunch of previous features which hid many unsafe behaviors (automatically casting shared memory to Rust types). -The release also marks the split between `shared_memory` and its synchronization primitives into a seperate crate `raw_sync`. \ No newline at end of file +The release also marks the split between `shared_memory` and its synchronization primitives into a seperate crate `raw_sync`.