NEWS: mention ncplane_resize_maximize()

This commit is contained in:
nick black 2020-12-10 07:44:31 -05:00
parent 764df80816
commit 5fc0577529
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1,6 +1,11 @@
This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.
* 2.0.12 (not yet released)
* `ncplane_resize_maximize()` has been added, suitable for use as a
`resizecb`. It resizes the plane to the visual area's size, and is
the resizecb used by the standard plane.
* 2.0.11 (2020-12-09)
* Added `ncplane_descendant_p()` predicate.