Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x501D committed Jul 27, 2022
1 parent cc5e1f6 commit 8cd2a01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8cd2a01

Please sign in to comment.