Prep for release 0.7.7.

This commit is contained in:
John McNamara 2018-05-17 00:42:39 +01:00
parent d9ece0e066
commit 3f95641b20
4 changed files with 16 additions and 3 deletions

View file

@ -1,6 +1,19 @@
/**
@page changes Changes
## 0.7.7 May 16 2018
- Fix to ensure the use of wide filenames on Windows with Microsoft Visual
C++.
Issue [#153][gh_153].
[gh_153]: https://github.com/jmcnamara/libxlsxwriter/issues/153
- Added docs on building an app with Cmake and Microsoft Visual C++ on
Windows. See @ref gsg_cmake_app.
## 0.7.6 January 11 2018
- Added support for worksheet Grouping and Outlines.