We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5e1f6 commit 8cd2a01Copy full SHA for 8cd2a01
CHANGELOG.md
@@ -6,8 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [1.3.0] - 2022-07-27
10
+
11
+### Changed
12
13
- Allow to use a non-standard socket (for example, `sslsocket` with TLS
14
support).
15
+- When processing a GET request, the plus sign in the parameter name and
16
+ value is now replaced with a space. In order to explicitly pass a "+"
17
+ sign it must be represented as "%2B".
18
19
### Added
20
0 commit comments