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 f7cf864 commit 684c862Copy full SHA for 684c862
changes.md
@@ -6,6 +6,7 @@
6
3. Fix - increase points limits for contour plots
7
4. Fix - position of 3D canvas in webkit browsers
8
5. Fix - use abs bin content in RMS calculations
9
+6. Fix - support char star* and object arrays in I/O
10
11
12
## Changes in 4.7.0
scripts/JSRootCore.js
@@ -92,7 +92,7 @@
92
}
93
} (function(JSROOT) {
94
95
- JSROOT.version = "4.7.x 25/10/2016";
+ JSROOT.version = "4.7.x 26/10/2016";
96
97
JSROOT.source_dir = "";
98
JSROOT.source_min = false;
0 commit comments