Skip to content

Commit

Permalink
Update changelog for #1 and #2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jun 21, 2023
1 parent 5c83400 commit 2e4b5d1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`.
The release also marks the split between `shared_memory` and its synchronization primitives into a seperate crate `raw_sync`.

0 comments on commit 2e4b5d1

Please sign in to comment.