Skip to content

Commit

Permalink
Prep for release 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Mar 7, 2015
1 parent e742400 commit cf26e92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/xlsxwriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */
2 changes: 1 addition & 1 deletion include/xlsxwriter/worksheet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf26e92

Please sign in to comment.