From 8cd2a019d7ab98f1bbd993a5660c671b7ac08c12 Mon Sep 17 00:00:00 2001 From: Pavel Balaev Date: Wed, 27 Jul 2022 17:26:59 +0300 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efd77d..c48b8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.3.0] - 2022-07-27 + +### Changed + - Allow to use a non-standard socket (for example, `sslsocket` with TLS support). +- When processing a GET request, the plus sign in the parameter name and + value is now replaced with a space. In order to explicitly pass a "+" + sign it must be represented as "%2B". ### Added