RollbackAction: Implement AJAX interface and require POST
[lhc/web/wiklou.git] / RELEASE-NOTES-1.28
index 1bb8c32..76728c8 100644 (file)
@@ -6,10 +6,14 @@ MediaWiki 1.28 is an alpha-quality branch and is not recommended for use in
 production.
 
 === Configuration changes in 1.28 ===
-
+* The load.php entry point now enforces the existing policy of not allowing
+  access to session data, which includes the session user and the session
+  user's language. If such access is attempted, an exception will be thrown.
 
 === New features in 1.28 ===
-
+* User::isBot() method for checking if an account is a bot role account.
+* Added a new hook, 'UserIsBot', to aid in determining if a user is a bot.
+* (T88044) Implemented one-click rollback handling via AJAX.
 
 === External library changes in 1.28 ===