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: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,3 @@ For usage examples, see code located in [examples/](examples/) :
31
31
Unless you explicitly state otherwise, any contribution intentionally submitted
32
32
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
33
33
dual licensed as above, without any additional terms or conditions.
34
-
35
-
36
-
## Changelog
37
-
38
-
### __0.12.X__
39
-
- Windows implementation now follows POSIX behavior in regards to ownership and deletion, see [#59](https://github.com/elast0ny/shared_memory-rs/pull/59) for more details
40
-
- Default features disable logging on release builds
41
-
### __0.11.X__
42
-
This release breaks backwards compatibility and removes a bunch of previous features which hid many unsafe behaviors (automatically casting shared memory to Rust types).
43
-
44
-
The release also marks the split between `shared_memory` and its synchronization primitives into a seperate crate `raw_sync`.
- Default feature behavior is to disable logging on release builds
5
+
- Reverted edition bump back to 2018
6
+
- Updated to use Microsoft's `windows-rs` crate
7
+
8
+
# ~~0.12.1 (yanked)~~
9
+
-~~Updated to latest edition (2021)~~
10
+
11
+
# 0.12.0
12
+
- Windows implementation now follows POSIX behavior in regards to ownership and deletion, see [#59](https://github.com/elast0ny/shared_memory-rs/pull/59) for more details
13
+
# __0.11.X__
14
+
This release breaks backwards compatibility and removes a bunch of previous features which hid many unsafe behaviors (automatically casting shared memory to Rust types).
15
+
16
+
The release also marks the split between `shared_memory` and its synchronization primitives into a seperate crate `raw_sync`.
0 commit comments