Skip to content

Commit 6969c6d

Browse files
committed
Added CHANGELOG.md
1 parent 4dc3252 commit 6969c6d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

0 commit comments

Comments
 (0)