Skip to content

Commit

Permalink
NEWS in version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Jul 13, 2015
1 parent c622a6b commit 7ae2b16
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
News in version 0.8
===================

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

* Add form elements TextArea (<textarea>), Select (<select>), OptionGroup
(<optgroup>), and Option (<option>).
* Add is_element() to check whether an object is an element generator of
a certain type.
* Forms now support multipart submissions using the Form.encryption_type and
Form.multipart attributes.

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

* Fix the default HTTP method to be "GET" for forms as per HTML spec. This
avoids unexpected behaviour and the need for problematic workarounds
with "POST" forms.

News in version 0.7
===================

Expand Down

0 comments on commit 7ae2b16

Please sign in to comment.