From a2671c9101f41fcd6a9fbedf9482f44df018dcf8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Oct 2023 10:49:13 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e48bb6cc7..13395d1a0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -58,6 +58,8 @@ Detailed list of changes - macOS: When running the default shell, run it via the login program so that calls to ``getlogin()`` work (:iss:`6511`) +- X11: Fix a crash on startup when the iBUS service returns errors and the GLFW_IM_MODULE env var is set to ibus (:iss:`6650`) + 0.30.0 [2023-09-18] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~