From 8bca05cdde2fae6b771627403f79094f3f2699a3 Mon Sep 17 00:00:00 2001
From: Enric Tejedor <enric.tejedor.saavedra@cern.ch>
Date: Thu, 15 Mar 2018 10:23:09 +0100
Subject: [PATCH] Update release notes

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

diff --git a/README/ReleaseNotes/v614/index.md b/README/ReleaseNotes/v614/index.md
index 3d7ad0b40c6..7ca8eea7a3b 100644
--- a/README/ReleaseNotes/v614/index.md
+++ b/README/ReleaseNotes/v614/index.md
@@ -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
-- 
GitLab