Skip to content

Commit 9671818

Browse files
committed
Changelog with latex fix
1 parent fce016d commit 9671818

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
@@ -2,6 +2,7 @@
22

33
## Changes in 7.8.x
44
1. Fix - hidden canvas in Jupyter Lab, https://root-forum.cern.ch/t/63097/
5+
2. Fix - latex super-script without leading symbol, https://root-forum.cern.ch/t/63114/
56

67

78
## Changes in 7.8.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.8.x',
44

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