From bf377b4ae43b3611675df02a9f0d3095ae21d67b Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Tue, 3 Sep 2024 19:03:27 +0200 Subject: [PATCH] Updated name --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2b79c..daff3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,13 +87,13 @@ TODO ### v0.17 (2020-07-09) - [changed] unix renamed to posix. (Thanks LoganDark) -- [changed] bunch of Linux/x11 fixes by Antonino Siena. Such as Transparency support, Borderless, Cursor Visibility. Thanks! +- [changed] bunch of Linux/x11 fixes by Luna Siena. Such as Transparency support, Borderless, Cursor Visibility. Thanks! - [changed] use `std::ptr::null_mut()` to Windows `PeekMessageW` it fix alt-tab stall on Window 7. Thanks lynnux for the report! - [added] Implemented std::error::Error for minifb::Error. (Thanks Christofer Nolander!) ### v0.16 (2020-04-05) -- [added] Wayland support. (Big thanks to Antonino Siena add this support with assistance by Cole Helbling!) +- [added] Wayland support. (Big thanks to Luna Siena add this support with assistance by Cole Helbling!) - [added] Added `get_released_keys` (Thanks to Alex Melville!) - [added] Added Topmost/Always on Top functionality to macOS (Thanks phillvancejr!) - [fixed] Removed left over logging on macOS (Thanks phillvancejr!)