mention ncvisual_from_rgba() fix in NEWS.md

This commit is contained in:
nick black 2021-05-22 20:51:35 -04:00
parent f344c0d978
commit d3a1a16ec1
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -2,6 +2,8 @@ This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.
* 2.3.2 (not yet released)
* Fixed a bug affecting certain scalings of `ncvisual` objects created from
memory (e.g. `ncvisual_from_rgba()`).
* `ncinput_nomod_p()` has been added. This function returns `true` if and
only if its `ncinput` argument has no modifiers active.