From 6a478fc2102f664dc3ee1a3cc13bf8bef5ebed0a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 8 Nov 2012 19:06:56 -0800 Subject: [PATCH] update changelog --- CHANGES.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index b8ebc9c..cb458ca 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,19 @@ +0.1a22 +------ + +- [feature] Added a view which allows a user to change his/her password from + within Pyramid web apps. + +- [general] Tweaked styles for form validation errors. + +- [general] Added convenience subclass of ``formencode.Schema``. + +- [general] Split CSS styles into ``base.css`` and ``layout.css``, since really + they serve different purposes. + +- [feature] Added ``overwriting_move()`` convenience function. + 0.1a21 ------