We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acd078 commit 9134316Copy full SHA for 9134316
2 files changed
changes.md
@@ -5,6 +5,7 @@
5
2. Fix - latex super-script without leading symbol, https://root-forum.cern.ch/t/63114/
6
3. Fix - correctly read `std::pair<>` without dictionary, https://root-forum.cern.ch/t/63114/
7
4. Fix - repair small bug in TF3 painting
8
+5. Fix - chrome on some Apple mobile devices, https://root-forum.cern.ch/t/63201/
9
10
11
## Changes in 7.8.1
modules/core.mjs
@@ -4,7 +4,7 @@ const version_id = '7.8.x',
4
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
-version_date = '20/03/2025',
+version_date = '24/03/2025',
/** @summary version id and date
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments