summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-26 22:10:41 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-26 22:10:41 +0000
commit357c14bb81451e733d831680453650db25138070 (patch)
tree811adb4eb23c01a86d2f8c6c77fb38cd819b64dc /doc
parent3a2cb0ecfff65f728569edbdcc4e30f027c36d67 (diff)
add news item for ikiwiki 1.10
Diffstat (limited to 'doc')
-rw-r--r--doc/news/version_1.10.mdwn8
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