diff --git a/CHANGES.txt b/CHANGES.txt index 5a58e779..c3cb6b47 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,6 +18,15 @@ Bug Fixes - Fix link to imperative schema within in Colander docs within "Basics". +- Remove duplicate ``deform.widget.DateInputWidget`` class definition. + +Features +~~~~~~~~ + +- Add a ``deform.widget.RichTextWidget`` widget, which adds the + TinyMCE WYSIWIG javascript editor to a text area. + + 0.3 --- diff --git a/deform/widget.py b/deform/widget.py index 61f6fd90..ecf63894 100644 --- a/deform/widget.py +++ b/deform/widget.py @@ -267,7 +267,12 @@ class TextAreaWidget(TextInputWidget): class RichTextWidget(TextInputWidget): """ Renders a ``