Skip to content

Commit 5dde62c

Browse files
committed
Update changelog
1 parent 2031fee commit 5dde62c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

changes.md

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

3+
## Changes in 4.8.x
4+
1. Support compressed array, produced with newest TBufferJSON
5+
- $arr field identify such array and contains data type
6+
- native arrays are used when decoding such array
7+
- zero values are not stored
8+
- many similar values stored as one with repetiotion factor
9+
- 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+
312

413
## Changes in 4.8.1
514
1. Support new JSON format, produced with newest TBufferJSON

0 commit comments

Comments
 (0)