diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-23 03:25:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-23 03:25:40 +0000 |
commit | 78b279c3d8c803391a5a4fc59ffd7855ce8bc5f5 (patch) | |
tree | 10b1cbd54390a65553eca39aa8e88f6c181dfad0 /debian | |
parent | 63c79e7f5b87003cd02158b4d9f723b4c054cacf (diff) |
* Allow preprocessor directives to span multiple lines, both to make
long ones with lots of values easier to write, and to allow for ones with
multi-line quoted values.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a4676af79..ba8b6d4f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,11 @@ ikiwiki (1.22) UNRELEASED; urgency=low new more general variable can be used to link to other things (eg, images) from the template, as well as stylesheets. * Fix a bug introduced last version to do with nested inlines. + * Allow preprocessor directives to span multiple lines, both to make + long ones with lots of values easier to write, and to allow for ones with + multi-line quoted values. - -- Joey Hess <joeyh@debian.org> Tue, 22 Aug 2006 12:53:05 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 22 Aug 2006 23:09:46 -0400 ikiwiki (1.21) unstable; urgency=low |