We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aca384 commit 24a380fCopy full SHA for 24a380f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.6
2
+
3
+Fix deserialization of optional sequences of a single non-string element.
4
5
# 0.2.5
6
7
Add `push_to_string` for serializing a struct to the end of an existing `String`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "serde_html_form"
-version = "0.2.5"
+version = "0.2.6"
license = "MIT"
repository = "https://github.com/jplatte/serde_html_form"
description = "(De-)serialization support for the `application/x-www-form-urlencoded` format"
0 commit comments