Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -117,7 +117,7 @@ |
118 | 118 | |
119 | 119 | === New features in 1.18 === |
120 | 120 | * BREAKING CHANGE: action=watch / action=unwatch now requires a token. |
121 | | -* BREAKING CHANGE: Article class heirarchy split into WikiPage (backend). |
| 121 | +* BREAKING CHANGE: Article class hierarchy split into WikiPage (backend). |
122 | 122 | and Article (frontend) hierarchies. Several hooks now pass a WikiPage object instead |
123 | 123 | of an Article object. These hooks all use an $article paramater as documented in hooks.txt. |
124 | 124 | Extensions should be updated to account for this, though most won't require any changes. |