From 8b8e0d8cf8b31d6fa25948165e37fcf9cf1116aa Mon Sep 17 00:00:00 2001 From: PSteinhaus Date: Tue, 28 Dec 2021 12:35:20 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9b5d7..c328e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.2 + +* added a dependency on `twox_hash 1.5.0` to coerce semver into using a `rand < 0.8` in order to avoid `getrandom`, so +that gwg compiles on wasm again + # 0.4.1 * fixed a memory leak caused by drawable structs not releasing their resources