diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b7eed74..f5d4940 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,26 +2,27 @@ Changelog ========= Added ------ +^^^^^ - Added classes for building some of the tags: - ```` + v0.4.1 (2016-09-16) -^^^^^^^^^^^^^^^^^^^ +------------------- Changed -------- +^^^^^^^ - Moved all the templates for html tags from ``templates/html/tags.py`` to ``templates/html/tags/`` v0.4.0 (2016-09-15) -^^^^^^^^^^^^^^^^^^^ +------------------- Added ------ +^^^^^ - Added classes for building some of the tags: @@ -31,25 +32,25 @@ Added - ```` Changed -------- +^^^^^^^ - Moved all the classes for constructing tags to separate files for easy accessibility. v0.3.1 (2016-09-05) -^^^^^^^^^^^^^^^^^^^ +------------------- Added ------ +^^^^^ - Added validation for URL strings in constructing the tags. v0.3.0 (2016-09-04) -^^^^^^^^^^^^^^^^^^^ +------------------- Added ------ +^^^^^ - Added classes for building some of the tags: @@ -65,10 +66,10 @@ Added v0.2.0 (2016-09-03) -^^^^^^^^^^^^^^^^^^^ +------------------- Added ------ +^^^^^ - Added classes for building some of the tags: @@ -90,10 +91,10 @@ Added v0.1.0 (2016-08-28) -^^^^^^^^^^^^^^^^^^^ +------------------- Added ------ +^^^^^ - First release. - Added classes for building some of the tags: diff --git a/docs/api.rst b/docs/api.rst index 431af62..4a07e34 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -165,3 +165,7 @@ API Reference .. autoclass:: korona.html.tags.Img :members: + +.. autoclass:: korona.html.tags.Input + :members: +