Skip to content

Commit 19833ab

Browse files
committed
Prepare for 6.2.1
1 parent 3c1a7c1 commit 19833ab

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

changes.md

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

3+
## Changes in 6.2.1
4+
1. Fix logy and logz handling on lego plots
5+
2. Fix error in statistic calculations for projections
6+
3. Fix zstd-codec loading with minified jsroot scripts
7+
8+
39
## Changes in 6.2.0
410
1. Support fully interactive second X/Y axis for histograms, graphs, functions and spline
511
2. Support X+, Y+, RX, RY draw options for TF1

scripts/JSRoot.core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100
/** @summary JSROOT version id
101101
* @desc For the JSROOT release the string in format "major.minor.patch" like "6.0.0"
102102
* For the ROOT release string is "ROOT major.minor.patch" like "ROOT 6.24.00" */
103-
JSROOT.version_id = "6.2.0";
103+
JSROOT.version_id = "6.2.1";
104104

105105
/** @summary JSROOT version date
106106
* @desc Release date in format day/month/year like "14/01/2021"*/
107-
JSROOT.version_date = "13/07/2021";
107+
JSROOT.version_date = "13/10/2021";
108108

109109
/** @summary JSROOT version id and date
110110
* @desc Produced by concatenation of {@link JSROOT.version_id} and {@link JSROOT.version_date}

0 commit comments

Comments
 (0)