Skip to content

Commit df99daa

Browse files
committed
Changelog
1 parent 22dfc6a commit df99daa

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
@@ -4,6 +4,7 @@
44
1. Fix - hidden canvas in Jupyter Lab, https://root-forum.cern.ch/t/63097/
55
2. Fix - latex super-script without leading symbol, https://root-forum.cern.ch/t/63114/
66
3. Fix - correctly read `std::pair<>` without dictionary, https://root-forum.cern.ch/t/63114/
7+
4. Fix - repair small bug in TF3 painting
78

89

910
## 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 = '12/03/2025',
7+
version_date = '20/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)