NEWS: mention falsehood in documentation

This commit is contained in:
nick black 2021-07-05 23:41:01 -04:00
parent 43f0a2e5c8
commit aa7b46f659
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -6,6 +6,9 @@ rearrangements of Notcurses.
both return a heap-allocated string, which will contain the terminal
version if Notcurses was able to detect it. This result ought be free()d.
* Added `ncplane_moverel()`.
* Documented `ncplane_move_yx()` in `notcurses_plane.3`, and removed the
false comment that "passing -1 as a coordinate will hold that axis
constant" from `USGAE.md` and `notcurses.h`. This has never been true.
* 2.3.8 (2021-07-04)
* Marked all capability functions `__attribute__ ((pure))`. If you were