File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
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.1] - 2018-08-11
8
+ ### Changed
9
+ - Build defaults to C++11
10
+
11
+ ### Fixed
12
+ - Fix to ` network::uri_builder ` to allow URIs that have a scheme and absolute path
13
+ - Other minor bug fixes and optimizations
14
+
15
+ ## [ 1.0.0] - 2018-05-27
16
+ ### Added
17
+ - A class, ` network::uri ` that models a URI, including URI parsing on construction
18
+ according to [ RFC 3986] ( https://tools.ietf.org/html/rfc3986 )
19
+ - A class, ` network::uri_builder ` that allows a user to construct valid URIs
20
+ - Member functions to allow URI normalization, resolution, and comparison
21
+ - Support for URI percent encoding
You can’t perform that action at this time.
0 commit comments