diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-26 18:47:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-26 18:47:17 -0400 |
commit | 3ac2ae1f14952bd92038183d92b1eb618c9d0f55 (patch) | |
tree | c07aa8d1dfde0049f9ae414db8fdab54266328b0 /debian | |
parent | 194824ce293a64f7dce68d568d1f906d675af858 (diff) | |
download | ikiwiki-3ac2ae1f14952bd92038183d92b1eb618c9d0f55.tar ikiwiki-3ac2ae1f14952bd92038183d92b1eb618c9d0f55.tar.gz |
Add page() PageSpec, which is like glob() but matches only pages, not other files.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1229b1198..610d0c9cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -75,6 +75,8 @@ ikiwiki (3.20100424) UNRELEASED; urgency=low the top of the web root. This is another things that requires a wiki rebuild on upgrade to this version. * Fix removal of rendered files in rebuild mode. + * Add page() PageSpec, which is like glob() but matches only pages, + not other files. -- Joey Hess <joeyh@debian.org> Sun, 04 Apr 2010 12:17:11 -0400 |