From 6d81cb38f9910b7646045b7de7099372b8f87cd9 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 9 Oct 2012 16:32:27 -0700 Subject: [PATCH] update changelog --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 167e8ef..e5e784d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,13 @@ +0.1a19 +------ + +- [general] Added ``active_extensions`` stubs to alembic migration script + template. + +- [general] Updated pyramid user views and templates. These were sorely out of + date. + 0.1a18 ------