File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog # {#changelog}
2+
3+ \brief The changelog of the http-status-codes library.
4+
5+ This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6+
7+ This changelog follows the [ Keep a Changelog] ( http://keepachangelog.com ) format.
8+
9+
10+ ---
11+
12+ ## [ 1.1.0] - 2018-10-06 ##
13+
14+ ### Added ###
15+ - Status codes 103 Early Hints, 208 Already Reported, 508 Loop Detected and 510 Not Extended
16+
17+
18+ ### Fixed ###
19+ - Removed redundant "HttpStatus_XXX" documentation comments in C variant.
20+
21+
22+ ---
23+
24+
25+ ## 1.0.0 - 2017-11-02 ##
26+ Initial (actually unversioned) release.
27+
28+ ### Added ###
29+ - C, C++, C++11 and Qt variants.
30+ - Status codes
31+ - Category/class tests (` isXXX() ` functions)
32+ - Reason phrases
33+ - ` QNetworkReply::NetworkError ` mapping
34+
35+
36+ ---
37+
38+
39+ [ 1.1.0 ] : https://
You can’t perform that action at this time.
0 commit comments