Skip to content

Commit 482a837

Browse files
committed
Changelog from 7.10.3
1 parent 8e8b6d6 commit 482a837

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

changes.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,16 @@
2525
1. Introduce `settings.ServerTimeout` global timeout for THttpServer operations
2626
1. Let set custom color palette with `setColorPalette` function
2727
1. Upgrade three.js r180 -> r183
28-
1. Fix - paint frame border mode/size from TCanvas
29-
1. Fix - add TLeafG support to TTree #397
28+
1. Fix - paint frame border mode/size from `TCanvas`
3029
1. Fix - interactivity for TH3 palette drawing #398
3130

3231

32+
## Changes in 7.10.3
33+
1. Fix - add `TLeafG` support in `TTree` #397
34+
2. Fix - reset contour while drawing `TH3`
35+
3. Fix - fix kFloat16/kDouble32 processing in `TTree`
36+
37+
3338
## Changes in 7.10.2
3439
1. Fix - correctly process `TLeafB` arrays in tree draw #384
3540
2. Fix - better detect default ranges in `TGraph` histogram

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"repository": {
4343
"type": "git",
44-
"url": "https://github.com/root-project/jsroot.git"
44+
"url": "git+https://github.com/root-project/jsroot.git"
4545
},
4646
"bugs": {
4747
"url": "https://github.com/root-project/jsroot/issues"

0 commit comments

Comments
 (0)