diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-26 22:10:41 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-26 22:10:41 +0000 |
commit | 357c14bb81451e733d831680453650db25138070 (patch) | |
tree | 811adb4eb23c01a86d2f8c6c77fb38cd819b64dc | |
parent | 3a2cb0ecfff65f728569edbdcc4e30f027c36d67 (diff) | |
download | ikiwiki-357c14bb81451e733d831680453650db25138070.tar ikiwiki-357c14bb81451e733d831680453650db25138070.tar.gz |
add news item for ikiwiki 1.10
-rw-r--r-- | doc/news/version_1.10.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/news/version_1.10.mdwn b/doc/news/version_1.10.mdwn new file mode 100644 index 000000000..f8d06b4d4 --- /dev/null +++ b/doc/news/version_1.10.mdwn @@ -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.
\ No newline at end of file |