Skip to content

Commit df8172a

Browse files
committed
Adds a changelog
1 parent 7fb6d9c commit df8172a

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)