From d086fbe7ff09a7df33c064019f6a15535d29b375 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 17 Aug 2012 09:33:45 -0700 Subject: [PATCH] update changelog --- CHANGES.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index c05c6f7..bfa0ad6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,25 @@ +0.1a11 +------ + +- Add ``alembic`` stuff to scaffold. + +- Overhaul Pyramid templates and styles. + +- Fix ``current_time()`` in ``sqlalchemy`` module. + +- Improve web redirection on user logout. + +- Move database extension to subdir in scaffold. + +- Add ``BooleanSearchFilter`` class. + +- Overhaul CRUD form (create ``CrudView`` class). + +- Add ``get_referer()`` in ``pyramid.util`` module. + +- Overhaul file monitor Windows service. + 0.1a10 ------