note ncplot changes in CHANGELOG

This commit is contained in:
nick black 2020-04-06 03:39:48 -04:00
parent c38981ee59
commit b12ec8d555
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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.