We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea291f9 commit bdf23bbCopy full SHA for bdf23bb
changes.md
@@ -3,6 +3,7 @@
3
## Changes in 7.7.x
4
1. Fix - latex super-script without leading symbol, https://root-forum.cern.ch/t/63114/
5
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/
7
8
9
## Changes in 7.7.5
modules/core.mjs
@@ -4,7 +4,7 @@ const version_id = '7.7.x',
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
-version_date = '12/03/2025',
+version_date = '24/03/2025',
/** @summary version id and date
10
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments