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 2d3239d commit 41172a7Copy full SHA for 41172a7
CHANGELOG.md
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [1.0.3] - 2018-10-18
8
+### Added
9
+- AppVeyor for Visual Studio 2015
10
+
11
+### Fixed
12
+- Bug in percent encoding non-ASCII characters
13
+- Percent encoding query part
14
15
+## [1.0.2] - 2018-10-13
16
17
+- Bug in `string_view` implementation
18
+- Incorrect port copy constructor implementation
19
20
## [1.0.1] - 2018-08-11
21
### Changed
22
- Build defaults to C++11
0 commit comments