Skip to content

Commit 52745cd

Browse files
committed
Fixes changelog
1 parent df8172a commit 52745cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This changelog follows the [Keep a Changelog](http://keepachangelog.com) format.
1010
---
1111

1212
## [1.1.0] - 2018-10-06 ##
13+
Adds missing status codes from the IANA registry.
1314

1415
### Added ###
1516
- Status codes 103 Early Hints, 208 Already Reported, 508 Loop Detected and 510 Not Extended
@@ -36,4 +37,4 @@ Initial (actually unversioned) release.
3637
---
3738

3839

39-
[1.1.0]: https://
40+
[1.1.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository provides the HTTP status codes and reason phrases in different v
99
Simply take the variant that fits your needs and copy/use/modify it.
1010

1111
Data has initially been taken from [for-GET/know-your-http-well](https://github.com/for-GET/know-your-http-well).
12-
It should cover all status codes [registered with the IANA](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml).
12+
It covers all status codes [registered with the IANA](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml).
1313

1414
### Table of Contents ###
1515

0 commit comments

Comments
 (0)