Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -229,6 +229,8 @@ |
230 | 230 | * (bug 33703) Common border-bottom color for <abbr> should inherit default (text) color |
231 | 231 | |
232 | 232 | === API changes in 1.19 === |
| 233 | +* Made action=edit less likely to return "unknownerror", by returning the actual error |
| 234 | + message (which may have come from a hook call or similar) |
233 | 235 | * (bug 19838) siprop=interwikimap can now use the interwiki cache. |
234 | 236 | * (bug 29748) Add API search prefix support. |
235 | 237 | * (bug 29684) Set forgotten parameter types in ApiQueryIWLinks. |