Skip to content

Commit c7360d1

Browse files
committed
Prepare for 5.0.2
1 parent b218ded commit c7360d1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

changes.md

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

3-
## Changes in 5.0.x
4-
1. Fix - read many branch entries as arrays
5-
2. Fix - command sumbission to THttpServer
6-
3. Fix - refill stat also for empty histogram if this is main histogram
3+
## Changes in 5.0.2
4+
1. Fix - read branch entries as arrays
5+
2. Fix - command submission to THttpServer
6+
3. Fix - let refill statbox also for empty histogram
7+
4. Fix - propblem with online TTree::Draw and ROOT6
78

89

910
## Changes in 5.0.1

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
}
9494
} (function(JSROOT) {
9595

96-
JSROOT.version = "5.0.1 7/02/2017";
96+
JSROOT.version = "5.0.2 7/02/2017";
9797

9898
JSROOT.source_dir = "";
9999
JSROOT.source_min = false;

0 commit comments

Comments
 (0)