Skip to content
Snippets Groups Projects
Unverified Commit 8bca05cd authored by Enric Tejedor Saavedra's avatar Enric Tejedor Saavedra Committed by GitHub
Browse files

Update release notes

parent cd43c770
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ The following people have contributed to this new version:
- Optimize away redundant deserialization of template specializations. This reduces the memory footprint for hsimple by around 30% while improving the runtime performance for various cases by around 15%.
- When ROOT is signaled with a SIGUSR2 (i.e. on Linux and MacOS X) it will now print a backtrace.
- Move RStringView.h to ROOT/RStringView.hxx and always include ROOT/RStringView.hxx instead of RStringView.h for backward compatibility
- In `TClingCallFunc`, support r-value reference parameters. This paves the way for the corresponding support in PyROOT (implemented now in the latest Cppyy).
## I/O Libraries
- Implement reading of objects data from JSON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment