From 1f914181d8c5ed1545871c25256c5b874b61d43e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9?= <andrebq@gmail.com>
Date: Sun, 14 Jun 2020 18:28:14 +0200
Subject: [PATCH] add entry to CHANGELOG

---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 958c75f..f76339c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Support setting an initial window position
 - Support hiding the window initially
 - Support creating maximized windows
+- Support waiting for events to reduce CPU load
 
 ## [v0.10.0-beta] 2020-05-10
 - Add `WindowConfig.TransparentFramebuffer` option to support window transparency onto the background
-- 
GitLab