Fix a regression in 0.27.0 that broke setting of specific edge padding/margin via remote control. Fixes #6333

This commit is contained in:
Kovid Goyal
2023-06-04 22:23:32 +05:30
parent af65b68ac3
commit 21d0522d90
2 changed files with 6 additions and 4 deletions

View File

@@ -73,6 +73,8 @@ Detailed list of changes
- Fix a regression in 0.28.0 that caused a buffer overflow when clearing the screen (:iss:`6306`, :pull:`6308`)
- Fix a regression in 0.27.0 that broke setting of specific edge padding/margin via remote control (:iss:`6333`)
0.28.1 [2023-04-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~