Skip to content

Commit 2e4b5d1

Browse files
committed
Update changelog for #1 and #2
1 parent 5c83400 commit 2e4b5d1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# 0.13.0
4+
5+
- Create crate as fork of `shared_memory` crate
6+
- Add support for read-only mapping
7+
38
# 0.12.5
49
- Update dependencies
510
- Use minimal features for `nix` on unix systems
@@ -21,4 +26,4 @@
2126
# __0.11.X__
2227
This release breaks backwards compatibility and removes a bunch of previous features which hid many unsafe behaviors (automatically casting shared memory to Rust types).
2328

24-
The release also marks the split between `shared_memory` and its synchronization primitives into a seperate crate `raw_sync`.
29+
The release also marks the split between `shared_memory` and its synchronization primitives into a seperate crate `raw_sync`.

0 commit comments

Comments
 (0)