Prep for release 0.5.3.

This commit is contained in:
John McNamara 2017-01-08 02:05:27 +00:00
parent ad1fa66bee
commit 0bc0f1d843
3 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,13 @@
/**
@page changes Changes
## 0.5.3 January 8 2017
- Added `chart_axis_set_position()` option to position a category axis
horizontally on, or between, the axis tick marks.
## 0.5.2 January 7 2017
- Added option to turn off chart axis: `chart_axis_off()`.