Skip to content

Commit 4e7d1e4

Browse files
committed
Prepare for 4.5.1 release
1 parent 063c770 commit 4e7d1e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changes.md

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

3-
## Changes in 4.5.x
3+
## Changes in 4.5.1
44
1. Fix - correctly handle ^2..^9 in TFormula equations
55
2. Fix - support TMath::Gaus in TFormula
66
3. Fix - correctly display ^2 and ^3 in SVG text output
77
4. Fix - do not show tooltips for empty TProfile bins
88
5. Fix - statbox toggling was not working on subpads
9-
6. Fix - positioning of 3D objects in Chrome in complex layouts
9+
6. Fix - positioning of 3D objects in Webkit browsers in complex layouts
1010
7. Fix - difference in TF1 between ROOT5/6 (#54)
1111

1212

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090
} (function(JSROOT) {
9191

92-
JSROOT.version = "4.5.x 13/06/2016";
92+
JSROOT.version = "4.5.1 27/06/2016";
9393

9494
JSROOT.source_dir = "";
9595
JSROOT.source_min = false;

0 commit comments

Comments
 (0)