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 dba1279 commit dc7aed1Copy full SHA for dc7aed1
changes.md
@@ -5,6 +5,7 @@
5
2. Fix - correctly read TLeaf with fixed-size array
6
3. Fix - bug in options handling in startGUI
7
4. Fix - greyscale support in TLegend drawing
8
+5. Fix - correctly use text font for TGaxis title
9
10
11
## Changes in 7.5.2
modules/core.mjs
@@ -4,7 +4,7 @@ const version_id = '7.5.x',
4
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
-version_date = '14/11/2023',
+version_date = '21/11/2023',
/** @summary version id and date
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments