From ceeca8e88f09f24e6a34b04db1032ea4e5167677 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 15 Jun 2021 22:25:43 -0400 Subject: [PATCH] NEWS: mention NCBLIT_BRAILLE support for ncvisual_from_plane #1441 --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index f6666b83b1..fb5a591d22 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,7 @@ rearrangements of Notcurses. routines rely on the terminal answering the Send Device Attributes escape; if it does not, Notcurses may refuse to start, or even hang. Please report a bug if you run into this. + * `ncplane_as_rgba()`/`ncvisual_from_plane()` now support `NCBLIT_BRAILLE`. * `CELL_ALPHA_*` macros are now `NCALPHA_*`. The former will remain `#define`d until ABI3.