We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089aac9 commit f7f159fCopy full SHA for f7f159f
CHANGELOG.md
@@ -1,4 +1,13 @@
1
-# Changelog
+# Changelog
2
+
3
+## [v0.4.0]
4
5
+### Fixed
6
7
+- [[#100]](https://github.com/rust-vmm/vm-memory/issues/100): Performance
8
+ degradation after fixing [#95](https://github.com/rust-vmm/vm-memory/pull/95).
9
+- [[#122]](https://github.com/rust-vmm/vm-memory/pull/122): atomic,
10
+ Cargo.toml: Update for arc-swap 1.0.0.
11
12
## [v0.3.0]
13
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-memory"
-version = "0.3.0"
+version = "0.4.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
authors = ["Liu Jiang <[email protected]>"]
0 commit comments