NEWS.md: mention NCBLIT_4x2

This commit is contained in:
nick black 2024-12-25 03:14:30 -05:00
parent ad8816028a
commit b8e162e197
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -3,8 +3,11 @@ rearrangements of Notcurses.
* 3.0.12 (not yet released)
* Fixed a bug when rendering QR codes into a small area. QR codes now
require NCBLIT_2x1, as that is the only blitter which can generate a
require `NCBLIT_2x1`, as that is the only blitter which can generate a
proper aspect ratio. It thus no longer works in an ASCII environment.
* The `NCBLIT_4x2` "octant" blitter has been added, making use of new
characters from Unicode 16. `notcurses_canoctant()` has been added to
check for `NCBLIT_4x2` support at runtime. Thanks, eschnett!
* 3.0.11 (2024-10-02)
* We now normalize the return of `nl_langinfo()` according to the behavior