mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Update Changes.txt
This commit is contained in:
parent
19624ea5d8
commit
7bdb9828db
1 changed files with 7 additions and 4 deletions
11
Changes.txt
11
Changes.txt
|
|
@ -3,22 +3,25 @@
|
|||
|
||||
## Information for Packagers
|
||||
|
||||
- This is serial version 1.2.3. This is not a semver version number.
|
||||
- This is serial version 2.0.0. This is not a semver version number.
|
||||
|
||||
- This is shared object library version `libxlsxwriter.so.10`. This should be
|
||||
- This is shared object library version `libxlsxwriter.so.20`. This should be
|
||||
updated automatically via `make` and `cmake` as part of the build process.
|
||||
|
||||
- Please report any downstream patches back upstream to help improve the overall
|
||||
build process.
|
||||
|
||||
|
||||
## 1.2.3 Jun 30 2025
|
||||
## 2.0.0 December 20 2025
|
||||
|
||||
- Added support for secondary Y-axis in scatter charts. Series can now be
|
||||
plotted on the right-side Y-axis using `chart_add_series_on_axis()` with
|
||||
the chart's `y2_axis`. The secondary axis is automatically positioned on
|
||||
the right with appropriate label positions for dual-axis display.
|
||||
See @ref ww_charts_secondary_axis for more details.
|
||||
- Added Labview STD C header, helper functions and examples
|
||||
- Added tests for new functions
|
||||
|
||||
## 1.2.3 Jun 30 2025
|
||||
|
||||
- Added support for handling dates in the Excel 1904 epoch. See
|
||||
`workbook_use_1904_epoch()`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue