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 ------