Skip to content

Commit bdf23bb

Browse files
committed
changelog
1 parent ea291f9 commit bdf23bb

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
@@ -3,6 +3,7 @@
33
## Changes in 7.7.x
44
1. Fix - latex super-script without leading symbol, https://root-forum.cern.ch/t/63114/
55
2. Fix - correctly read std::pair<> without dictionary, https://root-forum.cern.ch/t/63114/
6+
3. Fix - chrome on some Apple mobile devices, https://root-forum.cern.ch/t/63201/
67

78

89
## Changes in 7.7.5

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.7.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 = '24/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)