mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.1.4.
This commit is contained in:
parent
aea34df9fc
commit
cf5bc183a9
@ -2,6 +2,12 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 0.1.4 March 18 2015
|
||||
|
||||
- Added `worksheet_autofilter()` function to add autofilters to worksheets.
|
||||
See also @ref autofilter.c.
|
||||
|
||||
|
||||
## 0.1.3 March 15 2015
|
||||
|
||||
- Added `worksheet_write_array_formula()` function to allow writing of
|
||||
|
@ -18,6 +18,6 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.1.3"
|
||||
#define LXW_VERSION "0.1.4"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user