diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-23 14:11:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-23 14:11:54 -0400 |
commit | e0d1c264d9f21b02761f0bc86948ec0169927beb (patch) | |
tree | 9d159896ace1a2257c9b789714c3f2ee65240175 /debian/changelog | |
parent | 5560afc08543ee0b2c51d075197f6b7d6e91672a (diff) | |
download | ikiwiki-e0d1c264d9f21b02761f0bc86948ec0169927beb.tar ikiwiki-e0d1c264d9f21b02761f0bc86948ec0169927beb.tar.gz |
Allow up to 8 levels of nested directives, rather than previous 3 in directive infinite loop guard.
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 a6ef93e11..76178674f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ ikiwiki (3.20140126) UNRELEASED; urgency=medium * po: Add html_lang_code and html_lang_dir template variables for the language code and direction of text. Thanks, Mesar Hameed + * Allow up to 8 levels of nested directives, rather than previous 3 + in directive infinite loop guard. -- Joey Hess <joeyh@debian.org> Sat, 01 Feb 2014 16:53:35 -0400 |