Skip to content

Commit c99d8ba

Browse files
committed
Changelog and date
1 parent 9d1c1f9 commit c99d8ba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
1. Fix - colz handling on `THStack`, avoid multiple palette drawings
55
2. Fix - bug in pad.Divide context menu command
66
3. Fix - drag and drop of histograms on empty sub-pads
7+
4. Fix - add missing colors 100 - 127
8+
5. Fix - correct online context menu to title
9+
6. Fix - copy all x axis attribute for in multi-graph painter
710

811

912
## Changes in 7.9.0

modules/core.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const version_id = '7.9.x',
44

55
/** @summary version date
66
* @desc Release date in format day/month/year like '14/04/2022' */
7-
version_date = '7/05/2025',
7+
version_date = '8/05/2025',
88

99
/** @summary version id and date
1010
* @desc Produced by concatenation of {@link version_id} and {@link version_date}

0 commit comments

Comments
 (0)