mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
add 2.0.0 release notes
This commit is contained in:
parent
da1b8d1d53
commit
fbd3d7fc7f
12
NEWS.md
12
NEWS.md
@ -1,6 +1,18 @@
|
|||||||
This document attempts to list user-visible changes and any major internal
|
This document attempts to list user-visible changes and any major internal
|
||||||
rearrangements of Notcurses.
|
rearrangements of Notcurses.
|
||||||
|
|
||||||
|
* 2.0.0 (not yet released)
|
||||||
|
* **API STABILITY!** The API expressed in 2.0.0 will be maintained throughout
|
||||||
|
at least 2.x.x. A program compiled against 2.0.0 will continue to compile
|
||||||
|
and function properly against all 2.x.x releases. Thanks for putting up
|
||||||
|
with the freewheeling API breakage until now. Semantic Versioning is in
|
||||||
|
effect from this point on.
|
||||||
|
* `NOTCURSES_VERSION_{MAJOR, MINOR, PATCH, TWEAK}` are now available from
|
||||||
|
`notcurses/version.h`. These represent the version your program was
|
||||||
|
*compiled against*. The version your program is *linked to* can still be
|
||||||
|
acquired with `notcurses_version_components()` (or as a human-readable
|
||||||
|
string via `notcurses_version()`).
|
||||||
|
|
||||||
* 1.7.6 (2020-10-09)
|
* 1.7.6 (2020-10-09)
|
||||||
* `ncstats` added the new stats `writeout_ns`, `writeout_min_ns`, and
|
* `ncstats` added the new stats `writeout_ns`, `writeout_min_ns`, and
|
||||||
`writeout_max_ns`. The `render_*ns` stats now only cover the rendering
|
`writeout_max_ns`. The `render_*ns` stats now only cover the rendering
|
||||||
|
Loading…
x
Reference in New Issue
Block a user