From cebfef2cb79148ca82f4c2ffb2e023a0959316d5 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 10 Jun 2023 08:21:06 -0700 Subject: [PATCH] Add #118 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc92b80..7b78dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## Unreleased +* Remove Android-specific platform differences (#118). + ## 0.5.2 (2023-03-31) -* Add several types for using raw window handles safely, including `HasWindowHandle`, `WindowHandle`, `HasDisplayHandle`, `DisplayHandle` and `Active`. +* Add several types for using raw window handles safely, including `HasWindowHandle`, `WindowHandle`, `HasDisplayHandle`, `DisplayHandle` and `Active` (#110). ## 0.5.1 (2023-03-07)