Added point in release notes about added ORM stuffs
authorjeroendedauw <jeroendedauw@gmail.com>
Sat, 21 Jul 2012 19:29:17 +0000 (21:29 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Sat, 21 Jul 2012 19:29:17 +0000 (21:29 +0200)
Change-Id: I8ca78ecf93092b62564675c4183a635265ae8f38

RELEASE-NOTES-1.20

index 1c15cf0..fbc49f6 100644 (file)
@@ -32,6 +32,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki.
   certain namespace can be moved.
 * Added SpecialPageBeforeExecute hook which gets called before SpecialPage::execute.
 * Added SpecialPageAfterExecute hook which gets called after SpecialPage::execute.
+* Added ORMTable, ORMRow and ORMResult classes for additional abstraction of
+  database interaction.
 * (bug 32341) Add upload by URL domain limitation.
 * &useskin=default will now always display the default skin. Useful for users with a
   preference for the non-default skin to look at something using the default skin.