Update Changes.txt

This commit is contained in:
kruftindustries 2025-12-22 06:28:43 -06:00 committed by GitHub
parent 19624ea5d8
commit 7bdb9828db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()`.