From c37ff5eb1bcf9ddbc3b1a464a4a16cde93c0edcd Mon Sep 17 00:00:00 2001
From: Lorenzo Moneta <Lorenzo.Moneta@cern.ch>
Date: Fri, 7 Sep 2012 08:06:25 +0000
Subject: [PATCH] update release notes

git-svn-id: http://root.cern.ch/svn/root/trunk@45897 27541ba8-7e3a-0410-8455-c3a389f83636
---
 hist/doc/v600/index.html | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/hist/doc/v600/index.html b/hist/doc/v600/index.html
index 17c53b9c4ad..acba331f376 100644
--- a/hist/doc/v600/index.html
+++ b/hist/doc/v600/index.html
@@ -69,3 +69,11 @@ The following macro shows the problem:
 The histogram Z axis title is now painted along the palette axis.
 </li>
 </ul>
+
+<h3>TH2, TH3</h3>
+<ul>
+<li>
+Update Projection methods of both TH2 and TH3 to not return a null pointer when an histogram with the same name already existed and it was not compatible.
+Now just set the new correct binning on the previously existing histogram.   
+</li>
+</ul>
-- 
GitLab