diff --git a/docs/changelog.rst b/docs/changelog.rst index 83c87bcf9..e6d11c1f4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -201,15 +201,6 @@ Detailed list of changes - Support for :doc:`/custom-shaders` for adding various graphical effects (:iss:`10344`) -- Graphics protocol: Fix a regression in 0.45.0 that caused the overwrite - composition mode for animation frames (``a=f``) to be controlled by the - undocumented ``C`` key instead of the documented ``X`` key (:iss:`10379`) - -- Graphics protocol: Fix chunked transmission of animation frame data - (``a=f``) replacing the image's root frame instead of creating or editing - the animation frame, when the continuation chunks contain only the ``m`` - key, as prescribed by the spec - - Various throughput performance improvements for a 15-35% real world improvement depending on workload - A new option :opt:`remap_modifiers` to allow having modifier keys behave as different modifier keys (:pull:`10307`) @@ -251,6 +242,15 @@ Detailed list of changes - IME preedit text: use underline rather than reverse video (:pull:`10386`) +- Graphics protocol: Fix a regression in 0.45.0 that caused the overwrite + composition mode for animation frames (``a=f``) to be controlled by the + undocumented ``C`` key instead of the documented ``X`` key (:iss:`10379`) + +- Graphics protocol: Fix chunked transmission of animation frame data + (``a=f``) replacing the image's root frame instead of creating or editing + the animation frame, when the continuation chunks contain only the ``m`` + key, as prescribed by the spec + - Drag and drop protocol: deny requests for drag data made before the user has actually dropped something onto the window - Text sizing protocol: Fix a buffer overflow when a natural width (no explicit ``w`` key) text sizing escape code contains a grapheme cluster longer than four codepoints