mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.6.9.
This commit is contained in:
parent
be77bac3ee
commit
2d720e8db9
@ -2,6 +2,12 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 0.6.9 January 30 2017
|
||||
|
||||
- Added chart trendlines. See @ref chart_trendlines and
|
||||
@ref chart_data_tools.c.
|
||||
|
||||
|
||||
## 0.6.8 January 28 2017
|
||||
|
||||
- Added chart error bars. See @ref chart_error_bars and
|
||||
|
@ -732,7 +732,7 @@ Chart 5: chart with markers and data labels.
|
||||
Chart 6: chart with error bars.
|
||||
@image html chart_data_tools3.png
|
||||
|
||||
Chart 7: chart with a trendlines.
|
||||
Chart 7: chart with a trendline.
|
||||
@image html chart_data_tools9.png
|
||||
|
||||
|
||||
|
@ -381,7 +381,7 @@ Chart 5: chart with markers and data labels.
|
||||
Chart 6: chart with error bars.
|
||||
@image html chart_data_tools3.png
|
||||
|
||||
Chart 7: chart with a trenlines.
|
||||
Chart 7: chart with a trendline.
|
||||
@image html chart_data_tools9.png
|
||||
|
||||
|
||||
|
@ -18,6 +18,6 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.6.8"
|
||||
#define LXW_VERSION "0.6.9"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.6.8"
|
||||
s.version = "0.6.9"
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "6.0"
|
||||
s.osx.deployment_target = "10.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user