From a6517a9ac1a55f96cda5c40bf5c770d31700abcf Mon Sep 17 00:00:00 2001 From: zoujh Date: Tue, 4 Jan 2022 14:15:36 +0800 Subject: [PATCH] release notes for v2.1.0 --- doc/ReleaseNotes_v02.x.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/ReleaseNotes_v02.x.md b/doc/ReleaseNotes_v02.x.md index abd608c..cae6bb7 100644 --- a/doc/ReleaseNotes_v02.x.md +++ b/doc/ReleaseNotes_v02.x.md @@ -16,3 +16,12 @@ This is the release notes for the SNiPER project. - Add an executable sniper.exe - Configure a job from a json file - SniperTimer and SniperProfiling for performance testing + +## v2.1 + +- Changes + - an additional parameter is required when we book a TTree with RootWriter, which is necessary for thread-safety +- New features + - Better multithreading computing supports, includs: + - a DLElement inherited class instance can be easily shared by multiple tasks running in different threads + - a workable thread-safe RootWriter for TTrees