Followup to r70584: Use fourth parameter of ApiQueryBase::addWhereRange instead of...
[lhc/web/wiklou.git] / RELEASE-NOTES
index 50db9cf..f88beb5 100644 (file)
@@ -135,6 +135,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 23848) Add {{ARTICLEPATH}} Magic Word.
 * JavaScript-based password complexity checker on account creation and 
   password change.
+* The HTML ID's generated for sections are now much prettier when they contain
+  punctuation or non-English letters, so a section named "Hello?" will now
+  result in a URL ending in "#Hello?" rather than "#Hello.3F".
 
 === Bug fixes in 1.17 ===
 * (bug 17560) Half-broken deletion moved image files to deletion archive
@@ -275,6 +278,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   instead of showing an error page
 * (bug 24425) Use Database::replace instead of delete/insert in SqlBagOStuff::set
   to avoid query errors about duplicate keynames.
+* (bug 24700) Update dialog shown when clicking on the special page tab after
+  saving preferences
 
 === API changes in 1.17 ===
 * (bug 22738) Allow filtering by action type on query=logevent.
@@ -321,6 +326,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 24656) API's parse module needs option to disable PP report
 * PARAM_REQUIRED parameter flag added. If this flag is set, and the end user does not set 
   the parameter, the API will automatically throw an error.
+* (bug 24665) When starttimestamp is not specified, fake it by setting it to NOW, not to 
+  the timestamp of the last edit
+* (bug 24677) axto= parameters added to allcategories, allimages, alllinks, allmessages, 
+  allpages, and allusers
+* (bug 24236) Add add, remove, add-self, remove-self tags to meta=siteinfo&siprop=usergroups   
 
 === Languages updated in 1.17 ===