Merge "Setup: Make wfMemoryLimit() internal and simplify"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index 4d643d1..be24b50 100644 (file)
@@ -270,6 +270,8 @@ because of Phabricator reports.
 * Previously, when iterating ResultWrapper with foreach() or a similar
   construct, the range of the index was 1..numRows. This has been fixed to be
   0..(numRows-1).
+* The ChangePasswordForm hook, deprecated in 1.27, has been removed. Use the
+  AuthChangeFormFields hook or security levels instead.
 * …
 
 === Deprecations in 1.34 ===