-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from j-ulrich/feature/addMissingStatusCodes
Feature/add missing status codes
- Loading branch information
Showing
9 changed files
with
190 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Changelog # {#changelog} | ||
|
||
\brief The changelog of the http-status-codes library. | ||
|
||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
This changelog follows the [Keep a Changelog](http://keepachangelog.com) format. | ||
|
||
|
||
--- | ||
|
||
## [1.1.0] - 2018-10-06 ## | ||
Adds missing status codes from the IANA registry. | ||
|
||
### Added ### | ||
- Status codes 103 Early Hints, 208 Already Reported, 508 Loop Detected and 510 Not Extended | ||
|
||
|
||
### Fixed ### | ||
- Removed redundant "HttpStatus_XXX" documentation comments in C variant. | ||
|
||
|
||
--- | ||
|
||
|
||
## 1.0.0 - 2017-11-02 ## | ||
Initial (actually unversioned) release. | ||
|
||
### Added ### | ||
- C, C++, C++11 and Qt variants. | ||
- Status codes | ||
- Category/class tests (`isXXX()` functions) | ||
- Reason phrases | ||
- `QNetworkReply::NetworkError` mapping | ||
|
||
|
||
--- | ||
|
||
|
||
[1.1.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.