We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b218ded commit c7360d1Copy full SHA for c7360d1
changes.md
@@ -1,9 +1,10 @@
1
# JSROOT changelog
2
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
+## Changes in 5.0.2
+1. Fix - read branch entries as arrays
+2. Fix - command submission to THttpServer
+3. Fix - let refill statbox also for empty histogram
7
+4. Fix - propblem with online TTree::Draw and ROOT6
8
9
10
## Changes in 5.0.1
scripts/JSRootCore.js
@@ -93,7 +93,7 @@
93
}
94
} (function(JSROOT) {
95
96
- JSROOT.version = "5.0.1 7/02/2017";
+ JSROOT.version = "5.0.2 7/02/2017";
97
98
JSROOT.source_dir = "";
99
JSROOT.source_min = false;
0 commit comments