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 c7928b4 commit 535e036Copy full SHA for 535e036
changes.md
@@ -6,6 +6,7 @@
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 - chromium in mobile device emulation mode, https://root-forum.cern.ch/t/63201/
9
+6. Fix - introduce files remap for root.cern site using fallback URL
10
11
12
## Changes in 7.8.1
modules/core.mjs
@@ -4,7 +4,7 @@ const version_id = '7.8.x',
4
5
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
-version_date = '24/03/2025',
+version_date = '25/03/2025',
/** @summary version id and date
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments