Skip to content

Commit e38021a

Browse files
committed
log and date
1 parent 6aff30b commit e38021a

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 - correctly use saved buffer in TF1/TF2
77
4. Fix - properly adjust size of stats box
88
5. Fix - support pol0..pol9 functions
9+
6. Fix - TGraph bar width should be at least 1 pixel
910

1011

1112
## Changes in 7.5.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.5.x',
44

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