diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-23 17:41:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-23 17:41:24 -0400 |
commit | 5fc6e56eb86a502f01bd6b79098be5f7e8bac446 (patch) | |
tree | 5adf5b9987844f8d87a7a29bfaf14d79484222b1 /debian/changelog | |
parent | 1473bf84c525d18f933fa2dcae86628af9dfff76 (diff) | |
download | ikiwiki-5fc6e56eb86a502f01bd6b79098be5f7e8bac446.tar ikiwiki-5fc6e56eb86a502f01bd6b79098be5f7e8bac446.tar.gz |
changelog/NEWS update for template changes
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0ab04f522..425e28fa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,11 @@ ikiwiki (3.20100422) UNRELEASED; urgency=low [ Joey Hess ] * tag: Automatic creation of tag pages can now be enabled using the tag_autocreate setting. (David Riebenbauer) + * Customised templates can now be included in the source of wikis + (and also in underlays), and dependencies on them are tracked. + * TMPL_INCLUDE is no longer supported in any template. + * underlay: Removed the add_templates option. + * Add template_depends function to plugin API. * bzr: Fix bzr log parsing to work with bzr 2.0. (liw) * comments: Fix missing entity encoding in title. * txt: Add a special case for robots.txt. |