updated REALEASE-NOTES following my change concerning the watchlist hook (extensions...
authorJason Richey <jasonr@users.mediawiki.org>
Wed, 15 Oct 2008 20:40:14 +0000 (20:40 +0000)
committerJason Richey <jasonr@users.mediawiki.org>
Wed, 15 Oct 2008 20:40:14 +0000 (20:40 +0000)
RELEASE-NOTES

index 1e15a71..6574a8b 100644 (file)
@@ -169,7 +169,10 @@ The following extensions are migrated into MediaWiki 1.14:
   to how [[Category: Foo]] is handled.
 * Added 'EditPageNoPermission' hook to allow special handling/output when a non-editor 
   views an edit page.
-  
+* Added a call to the 'UnwatchArticleComplete' hook to the watchlist editor.  This 
+       should make it so that ALL user-accessible methods of removing a page from a watchlist
+  lead to this hook being called (it was previously only called from within Article.php
+   
 === Bug fixes in 1.14 ===
 
 * (bug 14907) DatabasePostgres::fieldType now defined.