Prep for release 0.0.8.

This commit is contained in:
John McNamara 2015-04-09 02:22:20 +01:00
parent 0bc6eeb66a
commit f5366942d2
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
@page changes Changes
## 0.0.8 March 8 2015
- Added support for worksheet headers and footers via the
`worksheet_set_header()` and `worksheet_set_footer()` functions. See also
@ref headers_footers.c.
## 0.0.7 March 7 2015
- Added the `worksheet_merge_range()` method to merge worksheet cells. See

View File

@ -18,6 +18,6 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"
#define LXW_VERSION "0.0.7"
#define LXW_VERSION "0.0.8"
#endif /* __LXW_XLSXWRITER_H__ */