* Add release note for r53618.
authorRobert Leverington <roberthl@users.mediawiki.org>
Thu, 23 Jul 2009 11:08:24 +0000 (11:08 +0000)
committerRobert Leverington <roberthl@users.mediawiki.org>
Thu, 23 Jul 2009 11:08:24 +0000 (11:08 +0000)
RELEASE-NOTES

index ae2d6b9..3e28634 100644 (file)
@@ -74,6 +74,8 @@ this. Was used when mwEmbed was going to be an extension.
 * $wgHtml5 outputs an HTML 5 doctype instead of XHTML 1.0 Transitional.
 * $wgSpecialVersionExtended shows the extended version information besides 
   PHP and database version.
+* $wgSecondaryGoNamespaces allows an arry of namespaces to be checked when the
+  GO button is pressed, in addition to the main namespace.
 
 === New features in 1.16 ===
 
@@ -154,6 +156,8 @@ this. Was used when mwEmbed was going to be an extension.
 * (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup
 * (bug 18768) Remove AdminSettings requirements. Maintenance environment
   will still load it if it exists, but it's not required for anything
+* Added $wgSecondaryGoNamespaces, allowing an array of namespaces to be checked
+  when the Go button is pressed in addition to the main namespace.
 
 === Bug fixes in 1.16 ===