diff options
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 386c184..1db3cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +- Fix `uri.parse_query` to handle the case where query parameters are present + without a value. + ## v0.10.1 - 2020-07-01 - Fix `dynamic.string` to check that binary contains only utf8 characters. |