diff options
author | Simon McVittie <smcv@debian.org> | 2014-12-09 22:19:15 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-12-09 22:19:15 +0000 |
commit | 5c30886dbf38689668a47414283f8dc4e895ec7d (patch) | |
tree | 7165c0b82677021d2954daa107ffe1cb4238558e /doc | |
parent | b3e21b043670c946a081d33740cfc2a0eb552c34 (diff) | |
download | ikiwiki-5c30886dbf38689668a47414283f8dc4e895ec7d.tar ikiwiki-5c30886dbf38689668a47414283f8dc4e895ec7d.tar.gz |
changelog, close bug
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/support_multiple_perl_libraries.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/support_multiple_perl_libraries.mdwn b/doc/todo/support_multiple_perl_libraries.mdwn index 6e3fe22a4..89bef406a 100644 --- a/doc/todo/support_multiple_perl_libraries.mdwn +++ b/doc/todo/support_multiple_perl_libraries.mdwn @@ -43,5 +43,10 @@ I think the change is a one-liner, but I put this here for discussion before att >>> efficient in Python) feel free to improve my [[!taglink patch]]. >>> [[!template id=gitbranch branch=spalax/paternal/libdirs browse="https://github.com/paternal/ikiwiki/tree/paternal/libdirs" author="[[Louis|spalax]]"]] +>>>> While reviewing and applying your patch I decided the new +>>>> "sometimes a list, sometimes not" behaviour of `libdir` was +>>>> too confusing in documentation, so I made it work like underlaydir(s) +>>>> instead: ikiwiki will now search each item of `$config{libdirs}`, then +>>>> `$config{libdir}`. [[done]] --[[smcv]] [[!taglink wishlist]] |