From e1153f8797b111aa7054d0e6804fb9551f668bd4 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 29 Jul 2015 17:42:54 -0600 Subject: [PATCH] Update change list... --- dist/CHANGES.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 87ce6eb55..d36d5adaa 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,12 +1,17 @@ CHANGES -- browse: Sort preference persisted in cookie +- browse: Sorting preference persisted in cookie - browse: Added index.txt and default.txt to list of default files -- markdown: Fix for large markdown files -- redir: Can use variables like log formats can +- browse: Template files may now use Caddy template actions +- markdown: Template files may now use Caddy template actions +- markdown: Several bug fixes, especially for large and empty Markdown files +- markdown: Generate index pages to link to markdown pages (sitegen only) +- markdown: Flatten structure of front matter, changed template variables +- redir: Can use variables (placeholders) just as log formats can - redir: Catch-all redirects no longer preserve path; use {uri} instead - redir: Create redirect tables by opening a redir block +- Other minor internal improvements and more tests 0.7.3 (July 15, 2015)