summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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