diff --git a/docs/changelog.rst b/docs/changelog.rst index 5b21ff8b5..76bb75143 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -158,11 +158,14 @@ Detailed list of changes - macOS: Fix closing an OS Window when another OS Window is minimized causing the minimized window to be un-minimized (:iss:`8913`) -- Allow using backspace to move the cursor onto the previous line in cooked mode. This is indicated by the `bw` property in kitty's terminfo (:iss:`8841`) +- Allow using backspace to move the cursor onto the previous line in cooked + mode. This is indicated by the `bw` property in kitty's terminfo + (:iss:`8841`) - Watchers: A new event for global watchers corresponding to the tab bar being changed (:disc:`8842`) -- Fix a regression in 0.40.0 that broke handling of the VS16 variation selector when it caused a character to flow to the next line (:iss:`8848`) +- Fix a regression in 0.40.0 that broke handling of the VS16 variation selector + when it caused a character to flow to the next line (:iss:`8848`) - Fix rendering of underlines when using larger text sizes with the space and en-space characters (:iss:`8950`)