Skip to content

Commit 98fd4d2

Browse files
committed
Prepare 5.2.3 release
1 parent c2c80aa commit 98fd4d2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

changes.md

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

3-
## Changes in 5.2.x
4-
1. Fix in marker attributes handling - can mix different attributes
5-
2. Fix in unzomming of log scale - https://root-forum.cern.ch/t/25889
6-
3. Fix in TMultiGraph painting - ignore not-supported options https://root-forum.cern.ch/t/25888
7-
4. Fix - correctly use fGridColor from TStyle
3+
## Changes in 5.2.3
4+
1. Fix - potential mix-up in marker attributes handling
5+
2. Fix - unzomming of log scale https://root-forum.cern.ch/t/25889
6+
3. Fix - ignore not-supported options in TMultiGraph https://root-forum.cern.ch/t/25888
7+
4. Fix - correctly use fGridColor from TStyle
88
5. Fix - prevent error when TPaveText includes TLine or TBox in list of lines
9-
6. Fix mistake in TProfile bin errors calculation
9+
6. Fix - bin errors calculations in TProfile
1010

1111

1212
## Changes in 5.2.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsroot",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "JavaScript ROOT",
55
"homepage": "https://root.cern/js/",
66
"main": "./scripts/JSRootCore.js",

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 = "5.2.x 21/08/2017";
92+
JSROOT.version = "5.2.3 23/08/2017";
9393

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

0 commit comments

Comments
 (0)