Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -320,6 +320,12 @@ |
321 | 321 | maintenance/tests/. |
322 | 322 | * importImages.php maintenance script can now use the original uploader and |
323 | 323 | comment from another wiki. |
| 324 | +* (bug 845) [[#foo|]], [[/bar|]] should be equivalent to [[#foo|foo]], |
| 325 | + [[/bar|bar]] (new use of "pipe trick") |
| 326 | +* (bug 21660) Support full-width commas for pipe trick |
| 327 | +* (bug 7264) Magic word to give Page Title as if pipe-trick performed on it |
| 328 | + {{pipetrick:}} |
| 329 | +* (bug 20339) Allow using the pipe trick in log reasons |
324 | 330 | |
325 | 331 | === Bug fixes in 1.16 === |
326 | 332 | |
— | — | @@ -752,12 +758,6 @@ |
753 | 759 | * (bug 8785) Pipe trick should work with colon functions |
754 | 760 | * (bug 4099) Pipe trick doesn't work when emptiness is only provided by empty |
755 | 761 | template parameter |
756 | | -* (bug 845) [[#foo|]], [[/bar|]] should be equivalent to [[#foo|foo]], |
757 | | - [[/bar|bar]] (new use of "pipe trick") |
758 | | -* (bug 21660) Support full-width commas for pipe trick |
759 | | -* (bug 7264) Magic word to give Page Title as if pipe-trick performed on it |
760 | | - {{pipetrick:}} |
761 | | -* (bug 20339) Allow using the pipe trick in log reasons |
762 | 762 | |
763 | 763 | == API changes in 1.16 == |
764 | 764 | |