diff --git a/CHANGES.txt b/CHANGES.txt index c9f9b0f..0df01f8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,22 @@ +0.3 +--- + +- Page items can specify view to render +- Templates and views for blog posts and blog index +- Atom feed generation for blog index +- Page item can contain published and updated timestamps +- Facebook and twitter meta tags +- Added Babel library for l10n and i18n +- Replaced watchdog with hupper for reload on change feature +- Loading global data (e.g. base_url) +- sitemap will include lastfreq on items with published or updated timestamp +- sitemap ignore rules are regexes now + +0.2 +--- + +- Bugfixes + 0.1 ---