From e6e1a784bf0e1a305c28fc4a3e76eed0fba1e008 Mon Sep 17 00:00:00 2001 From: cowboy8625 Date: Sun, 22 Sep 2024 10:05:13 -0500 Subject: [PATCH] update CHANGELOG for Release v0.3.7 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 702bbb8..192dcb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# ---------- Version 0.3.7 Sun 22 Sep 2024 ---------- + +## Changed + +In this release we absorbed the ezemoji crate. When I made ezemoji it made sense to me at the time but now not so much. + +## Added + +- [quit with `q` add by `hasecilu`](https://github.com/cowboy8625/rusty-rain/pull/27) + +## Fixed + +- [Use of random number generation causes thread panic](https://github.com/cowboy8625/rusty-rain/issues/25) + # ---------- Version 0.3.6 Sun 22 May 2022 ---------- ## Added