Prep for release 0.0.5.

This commit is contained in:
John McNamara 2015-03-07 01:10:54 +00:00
parent e742400f51
commit cf26e9269f
3 changed files with 10 additions and 2 deletions

View File

@ -2,6 +2,14 @@
@page changes Changes
## 0.0.5 March 6 2015
- Added `worksheet_select()` function to set worksheets as selected.
- Added `worksheet_activate()` to set the active worksheet.
- Several portability fixes to fix warnings with different compilers.
## 0.0.4 March 1 2015

View File

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

View File

@ -683,7 +683,7 @@ int8_t worksheet_set_column(lxw_worksheet *worksheet, lxw_col_t first_col,
lxw_format *format, lxw_row_col_options *options);
/**
* @brief Make a worksheet the active, i.e., visible worksheet:
* @brief Make a worksheet the active, i.e., visible worksheet.
*
*
* The `activate()` method is used to specify which worksheet is initially