From 1d0e91853266774e28fcd463044ab701e11619f4 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 17 Jul 2012 09:32:55 -0500 Subject: [PATCH] update changes file --- CHANGES.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index f09870a..6260cf6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,35 @@ +0.1a7 +----- + +- Tweaked logging and initialization semantics for shell command. + +- Added "foo" views and templates to Pyramid scaffold. + +- Added :attr:`edbob.pyramid.forms.FieldSet.allow_continue` attribute. + +- Made ``sort`` keyword optional for grids. + +- Added :class:`edbob.pyramid.views.Crud` class. + +- Added :class:`edbob.pyramid.views.GridView` class. + +- Added "Guest" role to auth / permissions framework. + +- Added :class:`edbob.pyramid.forms.formalchemy.AutocompleteFieldRenderer` + class. + +- Added :meth:`edbob.Object.__str__()` method. + +- Added :func:`edbob.sqlalchemy.current_time()` function to provide UTC + timestamp as a default field value. + +- Added ``pyramid_tm`` tween to Pyramid apps. + +- Tweaked login, object index and CRUD templates. + +- Added file monitor for Linux. + 0.1a6 -----