Skip to content

Commit 1499f60

Browse files
committed
Update changelog
1 parent 64babff commit 1499f60

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
6. Better handling of context menu position
1010
7. Support TASImage class - both PNG and binary content, including palette
1111
8. Let change TH2 values range via context menu
12+
9. Fix problem with TH2 col drawing when bins size too small
13+
14+
15+
## Changes in 5.8.2
16+
1. Fix - tooltip handling for TH2 Error draw
17+
2. Fix - use proper "fixed" position for enlarged drawing
18+
3. Fix - correctly extract TF1 parameter names
19+
4. Fix - keep stat box when update histogram drawing
20+
5. Fix - context menu for axes in 3D drawings
1221

1322

1423
## Changes in 5.8.1

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
"use strict";
9797

98-
JSROOT.version = "dev 2/10/2020";
98+
JSROOT.version = "dev 6/10/2020";
9999

100100
JSROOT.source_dir = "";
101101
JSROOT.source_min = false;

0 commit comments

Comments
 (0)