We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cdd88 commit 4458374Copy full SHA for 4458374
2 files changed
changes.md
@@ -4,6 +4,7 @@
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 - chromium in mobile device emulation mode, https://root-forum.cern.ch/t/63201/
7
+4. Fix - introduce files remap for root.cern site using fallback URL
8
9
10
## 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 = '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