@@ -110,6 +110,7 @@ Added necessary changes to allow [XRootD local redirection](https://github.com/x
## Math Libraries
- Add to the documentation of TLorentzVector a link to ROOT::Math::LorentzVector, which is a superior tool.
- Add `T RVec<T>::at>(size_t, T)` method to allow users to specify a default value to be returned in case the vector is shorter than the position specified. No exception is thrown.