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