File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.12.0] - 2020-07-02
9
+
10
+ ### Added
11
+
12
+ - API for host parsing
13
+
14
+ ### Fixed
15
+
16
+ - Regression failures for [ web platform tests] ( https://github.com/glynos/skyr_wpt_tests )
17
+ - Accessor for default ports [ #135 ] ( https://github.com/cpp-netlib/url/issues/135 )
18
+
19
+ ### Changed
20
+
21
+ - Added dependency to range-v3
22
+
8
23
## [ 1.11.0] - 2020-06-13
9
24
10
25
### Added
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.14)
8
8
9
9
project (
10
10
skyr-url
11
- VERSION 1.11 .0
11
+ VERSION 1.12 .0
12
12
HOMEPAGE_URL https://cpp-netlib.github.io/url
13
13
DESCRIPTION "A C++ library that implements the WhatWG URL specification"
14
14
LANGUAGES CXX
You can’t perform that action at this time.
0 commit comments