From 966260e5e0554ace40e4b1be280077056c8d87e4 Mon Sep 17 00:00:00 2001 From: GamesTrap Date: Wed, 1 Mar 2023 22:03:30 +0100 Subject: [PATCH] Added changelog entry to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b4a1546..aa108e80 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,8 @@ information on what to include when reporting a bug. ## Changelog + - Added `glfwRequestWindowAttention` implementation for Wayland using + xdg-activation-v1 protocol (#2287) - Added `GLFW_PLATFORM` init hint for runtime platform selection (#1958) - Added `GLFW_ANY_PLATFORM`, `GLFW_PLATFORM_WIN32`, `GLFW_PLATFORM_COCOA`, `GLFW_PLATFORM_WAYLAND`, `GLFW_PLATFORM_X11` and `GLFW_PLATFORM_NULL` symbols to