Add to changelog for last merge

Also remove a spurious return that was disabling a test. Fixes #3113
This commit is contained in:
Kovid Goyal 2020-11-20 20:23:23 +05:30
parent f5b2a60549
commit 05eb07caf5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Fix minimize not working for chromeless windows (:iss:`3112`)
- Preserve lines in the scrollback if a scrolling region is defined that
is contiguous with the top of the screen (:iss:`3113`)
0.19.2 [2020-11-13]
-------------------

View File

@ -685,7 +685,6 @@ class TestScreen(BaseTest):
self.ae(s.current_url_text(), 'Z Z')
def test_bottom_margin(self):
return
s = self.create_screen(cols=80, lines=6, scrollback=4)
s.set_margins(0, 5)
for i in range(8):