Skip to content

Commit 98efbbd

Browse files
committed
Prepare for 4.8.2 release
1 parent 5dde62c commit 98efbbd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

changes.md

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

3-
## Changes in 4.8.x
3+
## Changes in 4.8.2
44
1. Support compressed array, produced with newest TBufferJSON
55
- $arr field identify such array and contains data type
6-
- native arrays are used when decoding such array
6+
- native arrays are used when decoding such array
77
- zero values are not stored
8-
- many similar values stored as one with repetiotion factor
8+
- many similar values stored as one with repetition factor
99
- position stored only when differ from produced with previous block
10-
- array [3,3,3,3,3,3,1,2,2,2,2,2,2,2] compressed as {$arr:1,len:14,v:3,n:6,v1:1,v2:2,n2:7}
11-
10+
- array [3,3,3,3,3,3,1,2,2,2,2,2,2,2] compressed as {$arr:1,len:14,v:3,n:6,v1:1,v2:2,n2:7}
11+
1212

1313
## Changes in 4.8.1
1414
1. Support new JSON format, produced with newest TBufferJSON

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393
} (function(JSROOT) {
9494

95-
JSROOT.version = "4.8.x 20/01/2017";
95+
JSROOT.version = "4.8.2 31/01/2017";
9696

9797
JSROOT.source_dir = "";
9898
JSROOT.source_min = false;

0 commit comments

Comments
 (0)