update changelog

This commit is contained in:
Starbeamrainbowlabs 2016-03-21 16:36:34 +00:00
parent f49d87a2f1
commit 705406deb9
2 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@
- Added help section to parsedown parser.
- Added more information to the dev help page.
- Added templating! It works the way you'd expect it to in Mediawiki.
- Help section ids now show to the right of the help section headers by default.
## Changed
- Improved appearance of the all pages list.

View File

@ -50,7 +50,6 @@ register_module([
foreach($help_sections as $index => $section)
{
// Todo add a button that you can click to get a permanent link
// to this section.
$content .= "<h2 id='$index' class='help-section-header'>" . $section["title"] . "</h2>\n";