Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -58,8 +58,8 @@ |
59 | 59 | $wgUseZhdaemon, $wgZhdaemonHost and $wgZhdaemonPort. |
60 | 60 | * (bug 24408) The include_path is not modified in the default LocalSettings.php |
61 | 61 | * $wgVectorExtraStyles was removed, and is no longer in use. |
62 | | -* Removed $wgUpdates for database updates; extension should use |
63 | | - DatabaseUpdater::addExtensionUpdate(). |
| 62 | +* Removed $wgUpdates for database updates; extensions should use |
| 63 | + DatabaseUpdater::addExtensionUpdate() via the LoadExtensionSchemaUpdates hook |
64 | 64 | * Removed $wgServerName. It doesn't need to be set anymore and is no longer |
65 | 65 | available as input for other configuration items, either. |
66 | 66 | * It's no longer necessary for LocalSettings.php to include DefaultSettings.php. |