From 6c1ab2f0bf34b30a78ada9afe66b9b1f2712e13c Mon Sep 17 00:00:00 2001 From: Matt Keeter Date: Sun, 21 Apr 2024 09:38:04 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed506452..e9667ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # 0.2.6 (unreleased) +- Added `VmShape` serialization (using `serde`), specifically + - `#[derive(Serialize, Deserialize)}` on `VmData` + - `impl From> for VmShape { .. }` # 0.2.5 The highlight of this release is native Windows support (including JIT