From 342f495cc6ab1279299df3d0e9203f4eb07a9768 Mon Sep 17 00:00:00 2001
From: Danilo Piparo <danilo.piparo@cern.ch>
Date: Fri, 29 Mar 2019 10:15:53 +0100
Subject: [PATCH] [RN] Update release notes

---
 README/ReleaseNotes/v618/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README/ReleaseNotes/v618/index.md b/README/ReleaseNotes/v618/index.md
index 5d6afc1c307..817d11c6c3a 100644
--- a/README/ReleaseNotes/v618/index.md
+++ b/README/ReleaseNotes/v618/index.md
@@ -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.
 
 ## RooFit Libraries
 ### HistFactory
-- 
GitLab