mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.7.9.
This commit is contained in:
parent
f7f32def45
commit
f59bdffe69
14
Changes.txt
14
Changes.txt
@ -2,6 +2,20 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 0.7.9 September 1 2018
|
||||
|
||||
- Added `chart_axis_set_label_align()` function to set the alignment of chart
|
||||
category axis labels.
|
||||
Feature request [#186][gh_186].
|
||||
|
||||
[gh_186]: https://github.com/jmcnamara/libxlsxwriter/issues/186
|
||||
|
||||
- Added `lxw_version()` function to get the library version.
|
||||
Feature request [#194][gh_194].
|
||||
|
||||
[gh_194]: https://github.com/jmcnamara/libxlsxwriter/pull/194
|
||||
|
||||
|
||||
## 0.7.8 August 30 2018
|
||||
|
||||
- Added `worksheet_insert_image_buffer()` function to insert images from
|
||||
|
@ -18,6 +18,6 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.7.8"
|
||||
#define LXW_VERSION "0.7.9"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.7.8"
|
||||
s.version = "0.7.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