NEWS: mention notcurses_palette_size()

This commit is contained in:
nick black 2020-08-16 01:23:39 -04:00 committed by Nick Black
parent d884dea8d7
commit 50ba30b113

View File

@ -9,6 +9,7 @@ rearrangements of Notcurses.
for you save less memory consumption per plane, and faster operation.
In the course of doing so, the `attrword` field of the `cell` structure
was renamed `stylemask`, and reduced from 32 to 16 bits.
* `notcurses_palette_size()` now returns `unsigned`.
* 1.6.12 (2020-08-12)
* `ncreel`s `tabletcb` callback function semantics are radically simplified.