Skip to content

Commit 59306b5

Browse files
committed
Changelog
1 parent 4ac2657 commit 59306b5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# JSROOT changelog
22

3+
## Changes in 7.7.x
4+
1. Fix - latex super-script without leading symbol, https://root-forum.cern.ch/t/63114/
5+
6+
37
## Changes in 7.7.5
48
1. Fix - can enable exponent only for log10 axis scale
59
2. Fix - proper set custom font size in latex

modules/core.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/** @summary version id
22
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
3-
const version_id = '7.7.5',
3+
const version_id = '7.7.x',
44

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