mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.9.6.
This commit is contained in:
parent
f7dc5ba13b
commit
502e1a2e93
11
Changes.txt
11
Changes.txt
@ -2,6 +2,17 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 0.9.6 August 3 2020
|
||||
|
||||
- Added support for chart custom data labels. See @ref chart_custom_labels and
|
||||
@ref chart_data_labels.c.
|
||||
|
||||
- Fix for issue where array formulas weren't included in the output file for
|
||||
certain ranges/conditions. Issue [#735][gh_735].
|
||||
|
||||
[gh_735]: https://github.com/jmcnamara/XlsxWriter/issues/735
|
||||
|
||||
|
||||
## 0.9.5 May 31 2020
|
||||
|
||||
- Fix for issue where hyperlinks urls and tips were ignored for
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.9.5"
|
||||
#define LXW_VERSION_ID 95
|
||||
#define LXW_VERSION "0.9.6"
|
||||
#define LXW_VERSION_ID 96
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.9.5"
|
||||
s.version = "0.9.6"
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "8.0"
|
||||
s.osx.deployment_target = "10.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user