We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22dfc6a commit df99daaCopy full SHA for df99daa
2 files changed
changes.md
@@ -4,6 +4,7 @@
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
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
9
10
## 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 = '12/03/2025',
+version_date = '20/03/2025',
/** @summary version id and date
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments