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 3639316 commit c1f9e44Copy full SHA for c1f9e44
changes.md
@@ -1,6 +1,6 @@
1
# JSROOT changelog
2
3
-## Changes in 5.1.x
+## Changes in 5.1.1
4
1. Fix - invoke callback in JSROOT.draw() at proper time
5
2. Fix - support TGeoHMatrix, produced after GDML conversion
6
3. Fix - support also TGeoScale and TGeoGenTrans matrixes
scripts/JSRootCore.js
@@ -92,7 +92,7 @@
92
}
93
} (function(JSROOT) {
94
95
- JSROOT.version = "5.1.0 23/02/2017";
+ JSROOT.version = "5.1.1 23/03/2017";
96
97
JSROOT.source_dir = "";
98
JSROOT.source_min = false;
0 commit comments