From d9c03c35088eac002d18cb742d2e96d3c14ea9ea Mon Sep 17 00:00:00 2001
From: Benni Mack <benni.mack@typo3.org>
Date: Sun, 2 May 2010 21:26:17 +0000
Subject: [PATCH] Updated NEWS.txt to reflect the breaking changes of Extbase

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7517 709f56b5-9817-0410-a4d7-c38de5d9e867
---
 ChangeLog | 1 +
 NEWS.txt  | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b0cb418da167..ff43465890b1 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
 
 2010-05-02  Benjamin Mack  <benni@typo3.org>
 
+	* Updated NEWS.txt to reflect the breaking changes of Extbase
 	* Fixed bug #14276: tceforms: Title of a record does not use API call to limit the character
 	* Added feature #13379: Introduced a Sprite Icon API to render icons from sprites (Thanks to Thomas Allmer and Steffen Ritter)
 
diff --git a/NEWS.txt b/NEWS.txt
index 14d3f8cc510f..31436033da29 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -56,7 +56,7 @@ Frontend
 Compatibility
 =============
 
-	* ...
+	* Extbase: has been updated to support "Single Table Inheritance" which is a breaking change.  In TYPO3 4.3, Extbase made a "best guess" for the table name if it was not the lowercased class name (simply by crawling the class hierarchy upwards trying to find a mapping rule or table). This "magic" was removed because It was very hard to understand what was happening; especially if there was an error. This behaviour is now changed and you define the recordType and the tableName through TypoScript now. See the typo3.projecty.typo3v4mvc mailing list for more details on this topic.
 
 
 Development
@@ -76,7 +76,7 @@ Development
 
 	* The debug in BE was enhanced. There is a new debug console, which will show each debug in a single tab. The console will pop up as soon a debug statement is present.
 	
-	* We now a new API in place to generate HTML <span> tags with corresponding CSS classes in order to display previously created sprite images in the right background position. Make sure to have a look at "t3lib_iconWorks::getSpriteIconForRecord($table, $row)", "t3lib_iconWorks::getSpriteIconForFile('myimage.png')", and "t3lib_iconWorks::getSpriteIcon('actions-document-open')".
+	* There is a new API in place to generate HTML <span> tags with corresponding CSS classes in order to display previously created sprite images in the right background position. Make sure to have a look at "t3lib_iconWorks::getSpriteIconForRecord($table, $row)", "t3lib_iconWorks::getSpriteIconForFile('myimage.png')", and "t3lib_iconWorks::getSpriteIcon('actions-document-open')".
 
 
 TypoScript changes
-- 
GitLab