Merge "Added ORMIterator interface which can be used for type hinting (in particular...
[lhc/web/wiklou.git] / RELEASE-NOTES-1.20
index 9522fc7..e222db7 100644 (file)
@@ -70,6 +70,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki.
 * (bug 35705) QUnit upgraded from 1.2.0 to 1.7.0
 * cleanupSpam.php now can delete spam pages if --delete was specified instead of blanking
   them.
+* Added new hook ChangePasswordForm to allow adding of additional fields in Special:ChangePassword
 
 === Bug fixes in 1.20 ===
 * (bug 30245) Use the correct way to construct a log page title.
@@ -160,6 +161,7 @@ changes to languages because of Bugzilla reports.
 * Removed ./tests/qunit/index.html from core. It wasn't actively maintained and
   has been made obsolete when [[Special:JavaScriptTest/qunit]] was introduced,
   which actually uses ResourceLoader, LocalSettings and the Skin.
+* Skin::getCommonStylePath has been deprecated. Its use is obsolete.
 
 == Compatibility ==