mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.0.8.
This commit is contained in:
parent
0bc6eeb66a
commit
f5366942d2
@ -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
|
||||
|
@ -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__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user