changelog: add issue links for previous 2 entries

This commit is contained in:
Craig Barnes 2021-06-09 09:30:34 +01:00
parent a2c9c56f19
commit 3c609771c5

View file

@ -61,7 +61,8 @@
_Private Usage Area_ codepoints to be treated as double-width _Private Usage Area_ codepoints to be treated as double-width
characters. characters.
* OSC 9 desktop notifications (iTerm2 compatible). * OSC 9 desktop notifications (iTerm2 compatible).
* Support for LS2 and LS3 (locking shift) escape sequences. * Support for LS2 and LS3 (locking shift) escape sequences
(https://codeberg.org/dnkl/foot/issues/581).
### Changed ### Changed
@ -163,7 +164,7 @@
* Text reflow performance (https://codeberg.org/dnkl/foot/issues/504). * Text reflow performance (https://codeberg.org/dnkl/foot/issues/504).
* IL+DL (`CSI Ps L` + `CSI Ps M`) now moves the cursor to column 0. * IL+DL (`CSI Ps L` + `CSI Ps M`) now moves the cursor to column 0.
* SS2 and SS3 (single shift) escape sequences behaving like locking * SS2 and SS3 (single shift) escape sequences behaving like locking
shifts. shifts (https://codeberg.org/dnkl/foot/issues/580).
### Security ### Security