From d2a45e0a36247b6f8acbb79035cc1dea58553e73 Mon Sep 17 00:00:00 2001 From: roseduan Date: Sat, 6 Jul 2024 14:44:28 +0800 Subject: [PATCH] add changelog for v1.3.8 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c31a2..cd7f173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release 1.3.8 (2024-07-06) +## 🎄 Enhancements +* fix concurrent read(https://github.com/rosedblabs/wal/commit/4206c62ab8b46223b9fbd030c90219222cf1707f) +## 🎠 Community +* thanks to @ghosx + * Fix seg.Remove Swallowing Error (https://github.com/rosedblabs/wal/pull/38) + * fix panic (https://github.com/rosedblabs/wal/pull/39) + # Release 1.3.7 (2024-06-13) ## 🎄 Enhancements