Skip to content

Commit e08c80f

Browse files
committed
Update readme and version tag
1 parent 3f8e2e5 commit e08c80f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changes.md

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

3+
## Changes in 5.8.x
4+
1. Fix - use Math.floor when search for bin label
5+
2. Fix - renable correct highlight of TGraphErrors
6+
7+
38
## Changes in 5.8.0
49
1. Many TGeo-related changes:
510
- use TGeoManager::fVisLevel in geometry painter

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
"use strict";
9797

98-
JSROOT.version = "5.8.0 16/10/2019";
98+
JSROOT.version = "5.8.x 19/12/2019";
9999

100100
JSROOT.source_dir = "";
101101
JSROOT.source_min = false;

0 commit comments

Comments
 (0)