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 0e2b926 commit 9f27b4fCopy full SHA for 9f27b4f
changes.md
@@ -1,5 +1,11 @@
1
# JSROOT changelog
2
3
+## Changes in 5.6.x
4
+1. Add TMath.BreitWigner function
5
+2. Support custom streamers for TMaterial and TMixture (very old examples)
6
+3. Fix Y-scale drawing of THStack (https://root-forum.cern.ch/t/31266)
7
+
8
9
## Changes in 5.6.0
10
1. By drawing outline speed up (factor 10) canvas with many small sub-pads
11
2. Let configure user click and double-click handlers, extend tooltip.htm example
scripts/JSRootCore.js
@@ -96,7 +96,7 @@
96
97
"use strict";
98
99
- JSROOT.version = "5.6.0 19/10/2018";
+ JSROOT.version = "5.6.x 24/10/2018";
100
101
JSROOT.source_dir = "";
102
JSROOT.source_min = false;
0 commit comments