Skip to content

Commit

Permalink
finish out NEWS for multipiles #1078
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Nov 24, 2020
1 parent 7c249bf commit 6dcd43d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.

* 2.0.8 (not yet released)
* Add new function `ncplane_reparent_family()`, which reparents a plane and
its bindtree (all planes bound to the plane, recursively).
`ncplane_reparent()` now reparents only the specified plane; any planes
bound to it are reparented to its old parent.
* Move to a multipile model. For full details, consult
https://groups.google.com/g/notcurses/c/knB4ojndv8A and
https://github.com/dankamongmen/notcurses/issues/1078 and
Expand All @@ -14,6 +18,9 @@ rearrangements of Notcurses.
`ncpile_create()`. The returned plane will be the top, bottom, and root
of a new plane. Alternatively, use `ncplane_reparent()` or
`ncplane_reparent_family()` with the source equal to the destination.
* Add new function `ncpile_render()`, which renders the pile containing the
specified plane to the specified buffer. Add new function
`notcurses_rasterize()` to rasterize the specified buffer to output.

* 2.0.7 (2020-11-21)
* The `horiz` union of `ncplane_options` has been discarded; the `int x`
Expand Down

0 comments on commit 6dcd43d

Please sign in to comment.