diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-09 22:40:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-09 22:40:05 -0400 |
commit | fb1aaacd90e444cbd7552d4618f655c5e4c9a570 (patch) | |
tree | 26c1be807a831671a8964a5fed2ce99e1f3e499e /debian | |
parent | 4e02dead1488930b3e5e7afffbd045f03b12c9ad (diff) | |
download | ikiwiki-fb1aaacd90e444cbd7552d4618f655c5e4c9a570.tar ikiwiki-fb1aaacd90e444cbd7552d4618f655c5e4c9a570.tar.gz |
fix changelog
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 667869064..951f2671d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ ikiwiki (2.54) UNRELEASED; urgency=low * Make it possible to load setup files w/o running them. Code - needing to do so can call IkiWiki::Setup::load, and the values will - be loaded into %IkiWiki::Setup::setup. + needing to do so can call IkiWiki::Setup::load, which will return + a hash of values. -- Joey Hess <joeyh@debian.org> Wed, 09 Jul 2008 22:27:19 -0400 |