From 19e25489e2d2765878dde1abe913a526321882c4 Mon Sep 17 00:00:00 2001
From: Axel Naumann <Axel.Naumann@cern.ch>
Date: Wed, 27 Mar 2019 07:54:08 +0100
Subject: [PATCH] [relnotes] Fix Float16_t/Double32_t type names.

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

diff --git a/README/ReleaseNotes/v618/index.md b/README/ReleaseNotes/v618/index.md
index e4ca5bbbd02..0f87f1a56ef 100644
--- a/README/ReleaseNotes/v618/index.md
+++ b/README/ReleaseNotes/v618/index.md
@@ -82,7 +82,7 @@ Added necessary changes to allow [XRootD local redirection](https://github.com/x
   - PyROOT: add `AsNumpy` method to export contents of a RDataFrame as a dictionary of numpy arrays
 
 ### TLeafF16 and TLeafD32
-  - New leaf classes allowing to store Float and Double values using the truncation methods from TBuffer
+  - New leaf classes allowing to store Float16_t and Double32_t values using the truncation methods from TBuffer
     (See for example `TBuffer::WriteDouble32`)
   - The new types can be specified using the type characters 'f' (Float16_t) and 'd' (Double32_t)
   - It is also possible to specify a range and a number of bits to be stored using the syntax from `TStreamerElement::GetRange`.
-- 
GitLab