You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
# 0.13.0
4
+
5
+
- Create crate as fork of `shared_memory` crate
6
+
- Add support for read-only mapping
7
+
3
8
# 0.12.5
4
9
- Update dependencies
5
10
- Use minimal features for `nix` on unix systems
@@ -21,4 +26,4 @@
21
26
# __0.11.X__
22
27
This release breaks backwards compatibility and removes a bunch of previous features which hid many unsafe behaviors (automatically casting shared memory to Rust types).
23
28
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