We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4591f76 commit 627e0c1Copy full SHA for 627e0c1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.7
2
+
3
+Add `Deserializer::from_bytes`.
4
5
# 0.2.6
6
7
Fix deserialization of optional sequences of a single non-string element.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "serde_html_form"
-version = "0.2.6"
+version = "0.2.7"
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