X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=CHANGELOG;h=a4beff93eeee62cb0c41789e6701b80020dea976;hp=f9e29378538b0bb6bb26b2cb3d0cab8d5c896d17;hb=807fbc25c35ea3cdf16adcb2106fbb63b3511a68;hpb=85e6e7b063bd2521c64c7eaaf86b91188feb5a95 diff --git a/CHANGELOG b/CHANGELOG index f9e2937..a4beff9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +Changes since version 0.4.0 +=========================== +- Added Output module system. You can now do whatever you need with the + pages once they have been compiled through the Output module system. + The original functionality of writing pages to the output directory is + in the Normal.pm file in the Modules/System directory. +- Fixed problem in installer script which wouldn't show a more helpful + error message when trying to load CGI::Lite. +- Fixed problem where pages that are compiled when there is no template + database are not written to the output directory even though a file + with the page filename given is created. +- Optimise the code using for getting the list of database, presentation + and output modules. + Changes since version 0.3.0 ===========================