mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
CHANGELOG: add note about Notcurses::render() return value change #484
This commit is contained in:
parent
ffdee735cb
commit
453629462b
@ -1,6 +1,11 @@
|
|||||||
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.
|
||||||
|
|
||||||
|
* 1.3.1
|
||||||
|
* The C++ `Notcurses::render()` function now returns non-zero on failure,
|
||||||
|
mirroring the behavior of the core C `notcurses_render()`. This is an
|
||||||
|
inversion of its previous behavior.
|
||||||
|
|
||||||
* 1.2.8
|
* 1.2.8
|
||||||
* `notcurses-tetris` now happily continues if it can't load its background.
|
* `notcurses-tetris` now happily continues if it can't load its background.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user