From d3a1a16ec18cbe7162eedcd5a68e865b866330b8 Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 22 May 2021 20:51:35 -0400 Subject: [PATCH] mention ncvisual_from_rgba() fix in NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 8b47e1364..e0c2c5ffa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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.