Skip to content

Commit 8cd2a01

Browse files
committed
Release 1.3.0
1 parent cc5e1f6 commit 8cd2a01

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.3.0] - 2022-07-27
10+
11+
### Changed
12+
913
- Allow to use a non-standard socket (for example, `sslsocket` with TLS
1014
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".
1118

1219
### Added
1320

0 commit comments

Comments
 (0)