diff --git a/README.rst b/README.rst index cb432f8..608ab64 100644 --- a/README.rst +++ b/README.rst @@ -6,4 +6,19 @@ Generate twitter-bootstrap form output for django form A simple Django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ ) +**Now support for Bootstrap 3!** + `Read the Docs `_ + + +CHANGELOG +--------- + +- 2013-8-27: + + Add support for Bootstrap 3, contributed by `Nivl `_ + + +- 2013-5-7: + + Add `radio` support for ChoiceField