From a73eba7f172a7d00f06f7c5099247f6e19c8ac9e Mon Sep 17 00:00:00 2001
From: Philippe Canal <pcanal@fnal.gov>
Date: Tue, 29 Aug 2017 12:34:20 -0500
Subject: [PATCH] Update release notes

---
 README/ReleaseNotes/v610/index.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README/ReleaseNotes/v610/index.md b/README/ReleaseNotes/v610/index.md
index 6a27b9dd2f6..387f5e0dc10 100644
--- a/README/ReleaseNotes/v610/index.md
+++ b/README/ReleaseNotes/v610/index.md
@@ -39,6 +39,11 @@ The following interfaces have been removed, after deprecation in v6.08.
 - `SetFCN(void*)` from TVirtualFitter, TFitter, TBackCompFitter, TMinuit
 - `TFoam::SetRhoInt(void*)`
 
+### Core
+
+- The enum constant TRef::kNotComputed was never used and has been removed.
+- The enum constantTClonesArray::kNoSplit has not been used since v2.26 and has been removed.
+
 ## Interpreter
 
 - Automatic declaration of variables (`h = new TH1F(...)`) is *only* available at the prompt. The side-effects of relying on this in source files is simply too grave. Due to a bug (ROOT-8538), automatically declared variables must currently reside on the top-most scope, i.e. not inside an `if` block etc.
-- 
GitLab