diff --git a/Changes.txt b/Changes.txt index ceac5563..14bb041c 100644 --- a/Changes.txt +++ b/Changes.txt @@ -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 diff --git a/include/xlsxwriter.h b/include/xlsxwriter.h index 5d6f4be5..fed5952c 100644 --- a/include/xlsxwriter.h +++ b/include/xlsxwriter.h @@ -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__ */ diff --git a/include/xlsxwriter/worksheet.h b/include/xlsxwriter/worksheet.h index d72abdc0..82f54c6c 100644 --- a/include/xlsxwriter/worksheet.h +++ b/include/xlsxwriter/worksheet.h @@ -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