From a366227ddad32d160e9a05d2ae7cf58d9c95772b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=9A=D0=B0=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Tue, 28 May 2019 22:30:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20changelog=20=D0=B4=D0=BB=D1=8F=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D0=B8=200.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 ---