Skip to content

Commit 9f27b4f

Browse files
committed
Update changelog
1 parent 0e2b926 commit 9f27b4f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# JSROOT changelog
22

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+
39
## Changes in 5.6.0
410
1. By drawing outline speed up (factor 10) canvas with many small sub-pads
511
2. Let configure user click and double-click handlers, extend tooltip.htm example

scripts/JSRootCore.js

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

9797
"use strict";
9898

99-
JSROOT.version = "5.6.0 19/10/2018";
99+
JSROOT.version = "5.6.x 24/10/2018";
100100

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

0 commit comments

Comments
 (0)