Cleanup previous PR getting kitty working on macOS

Do not reduce the required OpenGL version on macOS. There is no point
anyway.

Fixes #2790
This commit is contained in:
Kovid Goyal
2023-02-10 11:02:08 +05:30
parent a09dda27dc
commit 2307892b50
2 changed files with 6 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ Detailed list of changes
- Input Method Extensions: Fix incorrect rendering of IME in-progress text in some situations (:pull:`6002`)
- Linux: Reduce minimum required OpenGL version from 3.3 to 3.1 + extensions (:iss:`2790`)
0.27.1 [2023-02-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~