Prep for release 0.6.0.

This commit is contained in:
John McNamara 2017-01-15 00:29:48 +00:00
parent c589639ba0
commit f8c3740527
3 changed files with 11 additions and 2 deletions

View file

@ -2,6 +2,15 @@
@page changes Changes
## 0.6.0 January 14 2017
- Added option to set the number format for a chart axis, see
`chart_axis_set_num_format()`.
- Added "invert if negative" option for series fills, see
`chart_series_set_invert_if_negative()`.
## 0.5.9 January 14 2017
- Added support for chart axis crossing. See `chart_axis_set_crossing()` and