Fix a regression in 0.36.0 that caused using = with single letter options to no longer work correctly

Fixes #8556
This commit is contained in:
Kovid Goyal
2025-04-22 09:44:28 +05:30
parent 53d8ca5d3e
commit 9ef8fa2ae7
2 changed files with 7 additions and 1 deletions

View File

@@ -118,6 +118,9 @@ Detailed list of changes
- panel kitten: Allow specifying panel size in pixels in addition to cells
- Fix a regression in 0.36.0 that caused using = with single letter options to
no longer work correctly (:iss:`8556`)
0.41.1 [2025-04-03]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~