Skip to content
## UnROOT v0.8.2

[Diff since v0.8.1](https://github.com/tamasgal/UnROOT.jl/compare/v0.8.1...v0.8.2)


**Closed issues:**
- Test suite requires more than one thread (#142)
- Excessive allocation and non-linear slow down when `vcat()` ing many LazyTrees (#151)

**Merged pull requests:**
- use safe api for LibDeflate (#138) (@aminnj)
- Fix gitlab ci (#141) (@tamasgal)
- Improve thread handling in tests (#144) (@tamasgal)
- faster vcat (#152) (@Moelf)