Merge "Add some trailing full stops"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.20
index c64ed52..da7b3f9 100644 (file)
@@ -28,6 +28,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki.
 * Added TitleIsAlwaysKnown hook which gets called when determining if a page exists.
 * Added NamespaceIsMovable hook which gets called when determining if pages in a
   certain namespace can be moved.
+* Added SpecialPageBeforeExecute hook which gets called before SpecialPage::execute.
+* Added SpecialPageAfterExecute hook which gets called after SpecialPage::execute.
 * (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.