Move some new features from the list of fixed bugs
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 10 Feb 2010 21:56:59 +0000 (21:56 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 10 Feb 2010 21:56:59 +0000 (21:56 +0000)
Follow-up to r62194.

RELEASE-NOTES

index b7645dc..c5ee8ca 100644 (file)
@@ -320,6 +320,12 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   maintenance/tests/.
 * importImages.php maintenance script can now use the original uploader and 
 comment from another wiki.
+* (bug 845)   [[#foo|]], [[/bar|]] should be equivalent to [[#foo|foo]],
+  [[/bar|bar]] (new use of "pipe trick")
+* (bug 21660) Support full-width commas for pipe trick
+* (bug 7264)  Magic word to give Page Title as if pipe-trick performed on it
+  {{pipetrick:}}
+* (bug 20339) Allow using the pipe trick in log reasons
 
 === Bug fixes in 1.16 ===
 
@@ -752,12 +758,6 @@ comment from another wiki.
 * (bug 8785)  Pipe trick should work with colon functions 
 * (bug 4099)  Pipe trick doesn't work when emptiness is only provided by empty
   template parameter
-* (bug 845)   [[#foo|]], [[/bar|]] should be equivalent to [[#foo|foo]],
-  [[/bar|bar]] (new use of "pipe trick")
-* (bug 21660) Support full-width commas for pipe trick
-* (bug 7264)  Magic word to give Page Title as if pipe-trick performed on it
-  {{pipetrick:}}
-* (bug 20339) Allow using the pipe trick in log reasons
 
 == API changes in 1.16 ==