Skip to content

Commit

Permalink
NEWS in version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Jan 23, 2015
1 parent b3a7cb3 commit dee1992
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
News in version 0.7
===================

API Additions
-------------

* Add input elements Button (<button>), NumberInput (<input type="number">),
PasswordInput (<input type="password">), and DateInput (<input
type="date">).

API-Incompatible Changes
------------------------

* Move attribute functions from htmlgen.elements to htmlgen.attribute.
(But you should import them directly from htmlgen anyway.)

Improvements
------------

* Improved error handling and reporting.

Documentation
-------------

* Add element list document elements.rst.

Bug Fixes
---------

* Add float_html_attribute to htmlgen.

News in version 0.6.1
=====================

Expand Down

0 comments on commit dee1992

Please sign in to comment.