Skip to content

Commit 7ae2b16

Browse files
committed
NEWS in version 0.8
1 parent c622a6b commit 7ae2b16

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

NEWS.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
News in version 0.8
2+
===================
3+
4+
API Additions
5+
-------------
6+
7+
* Add form elements TextArea (<textarea>), Select (<select>), OptionGroup
8+
(<optgroup>), and Option (<option>).
9+
* Add is_element() to check whether an object is an element generator of
10+
a certain type.
11+
* Forms now support multipart submissions using the Form.encryption_type and
12+
Form.multipart attributes.
13+
14+
API-Incompatible Changes
15+
------------------------
16+
17+
* Fix the default HTTP method to be "GET" for forms as per HTML spec. This
18+
avoids unexpected behaviour and the need for problematic workarounds
19+
with "POST" forms.
20+
121
News in version 0.7
222
===================
323

0 commit comments

Comments
 (0)