From e3d2e69edd1cbb1d0900b57b65e7da87450be349 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 24 Jun 2023 06:42:34 -0700 Subject: [PATCH] Incorrect changelog PR number (#130) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd5f1c..8874f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Unreleased * **Breaking:** `HasRaw(Display/Window)Handle::raw_(display/window)_handle` returns a result indicating if fetching the window handle failed (#122). -* **Breaking:** Remove the `Active/ActiveHandle` types from the public API (#123). +* **Breaking:** Remove the `Active/ActiveHandle` types from the public API (#126). ## 0.5.2 (2023-03-31)