Skip to content

Commit dc7aed1

Browse files
committed
Date and log
1 parent dba1279 commit dc7aed1

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
@@ -5,6 +5,7 @@
55
2. Fix - correctly read TLeaf with fixed-size array
66
3. Fix - bug in options handling in startGUI
77
4. Fix - greyscale support in TLegend drawing
8+
5. Fix - correctly use text font for TGaxis title
89

910

1011
## Changes in 7.5.2

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.5.x',
44

55
/** @summary version date
66
* @desc Release date in format day/month/year like '14/04/2022' */
7-
version_date = '14/11/2023',
7+
version_date = '21/11/2023',
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)