From 2be140a02b045f492490f8c56b0b8bf73d5f37cc Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Mon, 8 Oct 2018 18:15:51 +0200 Subject: [PATCH] [RelNotes] Mention MacOS 10.14. --- README/ReleaseNotes/v614/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README/ReleaseNotes/v614/index.md b/README/ReleaseNotes/v614/index.md index fce52baa83304..997cb84e00bbf 100644 --- a/README/ReleaseNotes/v614/index.md +++ b/README/ReleaseNotes/v614/index.md @@ -509,6 +509,10 @@ Released on August 23, 2018 These changes will be part of the future 6.14/06 +### Platforms + +MacOS 10.14 / Xcode 10 is supported. + ### I/O * To allow for increase run-time performance and increase thread scalability the override ability of `TFile::GetStreamerInfoList` is replaced by an override of `TFile::GetStreamerInfoListImp` with updated return type and arguments. If a class override `TFile::GetStreamerInfoList` you will now see a compilation error like: