diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-27 15:28:35 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-27 15:28:35 -0400 |
commit | 0b2791ccc7c56783aceb63fe3bbb1dbf048bedb1 (patch) | |
tree | 3b94337b9d887b09057789e3399f34f394ab79e7 /debian/changelog | |
parent | d622da057be3fcd3c55ebf8f3651966f7dec668b (diff) |
no need to use CORE::rename since I renamed the rename function
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 158db9a4d..82de0b5e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ ikiwiki (3.09) UNRELEASED; urgency=low * comments: Fix too loose test for comments pages that matched normal pages with "comment_" in their name. Closes: #521322 * comments: Fix anchor ids to be legal xhtml. Closes: #521339 + * Add new hooks: canremove, canrename, rename. (intrigeri) + * rename: Refactor subpage rename handling code into rename hook. (intrigeri) -- Joey Hess <joeyh@debian.org> Thu, 19 Mar 2009 15:32:49 -0400 |