We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c622a6b commit 7ae2b16Copy full SHA for 7ae2b16
1 file changed
NEWS.rst
@@ -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
21
News in version 0.7
22
===================
23
0 commit comments