mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
note ncplot changes in CHANGELOG
This commit is contained in:
parent
c38981ee59
commit
b12ec8d555
@ -12,6 +12,9 @@ rearrangements of Notcurses.
|
|||||||
* `ncplane_putstr_yx()` now always returns the inverse of the number of
|
* `ncplane_putstr_yx()` now always returns the inverse of the number of
|
||||||
columns advanced on an error (it used to return the positive short count so
|
columns advanced on an error (it used to return the positive short count so
|
||||||
long as the error was due to plane geometry, not bad input).
|
long as the error was due to plane geometry, not bad input).
|
||||||
|
* `ncplot_add_sample()` and `ncplot_set_sample()` have been changed to accept
|
||||||
|
a `uint64_t` rather than `int64_t`, since negative samples do not
|
||||||
|
currently make sense. Plots were made more accurate in general.
|
||||||
|
|
||||||
* 1.2.5
|
* 1.2.5
|
||||||
* Add ncplot, with support for sliding-windowed horizontal histograms.
|
* Add ncplot, with support for sliding-windowed horizontal histograms.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user