add note about sprixel/fb relationship to NEWS.md

This commit is contained in:
nick black 2021-05-14 01:44:41 -04:00
parent 346512ccdf
commit 1a7c5172f4
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,13 @@ This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.
* 2.3.1 (not yet released)
* Sprixels no longer interact with their associated plane's framebuffer. This
means plane contents are maintainted across blitting a sprixel and then
independently destroying that sprixel (i.e. without destroying the plane).
While the sprixel is bound to the plane, these contents are ignored (save
that they will be reported by `ncplane_at_yx()`). Since no method currently
exists to destroy a sprixel without destroying its plane, I don't think
this will impact anyone.
* Add `NCSCALE_INFLATE`.
* 2.3.0 (2021-05-09) **"Triumph"**

View File

@ -417,7 +417,8 @@ It should not be used in new code.
# BUGS
**ncplane_at_yx** doesn't yet account for bitmap-based graphics (see
**notcurses_visual**).
**notcurses_visual**). Whatever glyph-based contents existed on the plane when
the bitmap was blitted will continue to be returned.
# SEE ALSO