add news item for ikiwiki 1.10

master
joey 2006-07-26 22:10:41 +00:00
parent 3a2cb0ecff
commit 357c14bb81
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
ikiwiki 1.10 released with these changes:
* Run page through any relevant filters when generating a page preview.
* Noticed a bug in the wikitext markup plugin -- it made CamelCase links the
default throughout the wiki, not only on wikitext pages. Decided to call
this a feature, and split the camelcase support out into a separate plugin
that is independant of wikitext.
* Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.