Skip to content

Commit 9560a02

Browse files
committed
Changelog and date
1 parent 671092b commit 9560a02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
3. Fix - svg2pdf.js URL bounding box
77
4. Fix - TTree::Draw with strings
88
5. Fix - toggle vertical/horizontal palette via context menu
9+
6. Fix - detect HTML element size from style attribute
910

1011

1112
## Changes in 7.9.1

modules/core.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const version_id = '7.9.x',
44

55
/** @summary version date
66
* @desc Release date in format day/month/year like '14/04/2022' */
7-
version_date = '4/09/2025',
7+
version_date = '24/09/2025',
88

99
/** @summary version id and date
1010
* @desc Produced by concatenation of {@link version_id} and {@link version_date}

0 commit comments

Comments
 (0)