diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-08 16:07:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-08 16:07:17 -0400 |
commit | ab1ebf1ec6fc8d90de3b8e70bd5f624c50316da8 (patch) | |
tree | 1ee58d1493009a4cf5060199bf424cb8b2c9230e /debian | |
parent | fc5c938b195bacd8db2be7a435cb88bfbd050af8 (diff) | |
download | ikiwiki-ab1ebf1ec6fc8d90de3b8e70bd5f624c50316da8.tar ikiwiki-ab1ebf1ec6fc8d90de3b8e70bd5f624c50316da8.tar.gz |
inline, trail: The pagenames parameter is now a list of absolute pagenames, not relative wikilink type names. This is necessary to fix a bug, and makes pagenames more consistent with the pagespec used in the pages parameter. (smcv)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 97f5500f8..5f9472365 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,10 @@ ikiwiki (3.20120204) UNRELEASED; urgency=low * rename: Allow rename to be started not from the edit page; return to the renamed page in this case. * remove: Support removing of pages in the transient underlay. (smcv) + * inline, trail: The pagenames parameter is now a list of absolute + pagenames, not relative wikilink type names. This is necessary to fix + a bug, and makes pagenames more consistent with the pagespec used + in the pages parameter. (smcv) -- Joey Hess <joeyh@debian.org> Wed, 21 Mar 2012 14:33:14 -0400 |