Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -67,6 +67,8 @@ |
68 | 68 | through a resource loader request, which bypasses server cache (like squid) and |
69 | 69 | checks the user parameter against $wgUser. The former adds more data to all |
70 | 70 | pages, while the latter adds a request which cannot be cached server side. |
| 71 | +* Removed $wgUpdates for database updates; extension should use |
| 72 | + DatabaseUpdater::addExtensionUpdate(). |
71 | 73 | |
72 | 74 | === New features in 1.17 === |
73 | 75 | * (bug 10183) Users can now add personal styles and scripts to all skins via |