Skip to content

Commit

Permalink
Prep for release 0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Apr 7, 2015
1 parent 0d0487a commit ef37146
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
@page changes Changes


## 0.0.7 March 7 2015

- Added the `worksheet_merge_range()` method to merge worksheet cells. See
also @ref merge1.c.


## 0.0.6 March 5 2015

- Added the `workbook_define_name()` method to create defined names and ranges
Expand Down
1 change: 0 additions & 1 deletion docs/src/examples.dox
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ Next example: @ref defined_name.c
@image html merge1.png



@example defined_name.c
Example of how to create defined names (named ranges) using libxlsxwriter.

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.6"
#define LXW_VERSION "0.0.7"

#endif /* __LXW_XLSXWRITER_H__ */
4 changes: 2 additions & 2 deletions include/xlsxwriter/workbook.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ enum lxw_close_error {
/**
* @brief Workbook options.
*
* Optional parameters when creating a new Workbool object via
* Optional parameters when creating a new Workbook object via
* new_workbook_opt().
*
* Currently only the `constant_memory` property is supported:
Expand Down Expand Up @@ -322,7 +322,7 @@ uint8_t workbook_close(lxw_workbook *workbook);
* @endcode
*
* The rules for names in Excel are explained in the
* [Miscrosoft Office
* [Microsoft Office
documentation](http://office.microsoft.com/en-001/excel-help/define-and-use-names-in-formulas-HA010147120.aspx).
*
*/
Expand Down

0 comments on commit ef37146

Please sign in to comment.