mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
don't threaten to remove ncplane_new() #1115
This commit is contained in:
parent
61baabe9a1
commit
a92e5d97e0
8
NEWS.md
8
NEWS.md
@ -5,10 +5,10 @@ rearrangements of Notcurses.
|
|||||||
* The `horiz` union of `ncplane_options` has been discarded; the `int x`
|
* The `horiz` union of `ncplane_options` has been discarded; the `int x`
|
||||||
within has been promoted. This union brought no actual type safety, and was
|
within has been promoted. This union brought no actual type safety, and was
|
||||||
annoying for callers to deal with otherwise. Sorry for the inconvenience.
|
annoying for callers to deal with otherwise. Sorry for the inconvenience.
|
||||||
* As promised, `ncplane_new()` has been marked as deprecated. It will be
|
* As promised, `ncplane_new()` has been marked as deprecated. You should use
|
||||||
removed in 3.0. Use the strictly more powerful `ncplane_create()` instead,
|
the strictly more powerful `ncplane_create()` instead, with its
|
||||||
with its self-documenting `struct ncplane_options` argument. So long as
|
self-documenting `struct ncplane_options` argument. So long as the
|
||||||
the arguments to `ncplane_new()` do not have side-effects, calls can be
|
arguments to `ncplane_new()` do not have side-effects, calls can be
|
||||||
mechanically translated to their `ncplane_create()` equivalents.
|
mechanically translated to their `ncplane_create()` equivalents.
|
||||||
|
|
||||||
* 2.0.4 (2020-11-10)
|
* 2.0.4 (2020-11-10)
|
||||||
|
Loading…
Reference in New Issue
Block a user