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 fce016d commit 9671818Copy full SHA for 9671818
changes.md
@@ -2,6 +2,7 @@
2
3
## Changes in 7.8.x
4
1. Fix - hidden canvas in Jupyter Lab, https://root-forum.cern.ch/t/63097/
5
+2. Fix - latex super-script without leading symbol, https://root-forum.cern.ch/t/63114/
6
7
8
## Changes in 7.8.1
modules/core.mjs
@@ -4,7 +4,7 @@ const version_id = '7.8.x',
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
-version_date = '10/03/2025',
+version_date = '12/03/2025',
9
/** @summary version id and date
10
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments