Skip to content

Commit fe25e7b

Browse files
authored
Merge pull request #26 from localheinz/feature/changelog
Enhancement: Update CHANGELOG.md
2 parents 058c08d + 0c87e3a commit fe25e7b

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

CHANGELOG.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`1902cc2...master`](https://github.com/localheinz/repository/compare/1902cc2...master).
9+
For a full diff see [`1.0.0...master`](https://github.com/localheinz/http-method/compare/1.0.0...master).
1010

11-
### Added
12-
13-
* Added something ([#9000](https://github.com/localheinz/repository/pulls/9000)), by [@localheinz](https://github.com/localheinz)
14-
15-
### Changed
16-
17-
*
18-
19-
### Deprecated
11+
### [`1.0.0`](https://github.com/localheinz/http-method/releases/tag/0.1.0)
2012

21-
*
13+
For a full diff see [`848192d...1.0.0`](https://github.com/localheinz/http-method/compare/848192d...1.0.0).
2214

23-
### Removed
24-
25-
*
26-
27-
### Fixed
28-
29-
*
30-
31-
### Security
15+
### Added
3216

33-
*
17+
- Added interface for RFC7231 ([#5](https://github.com/localheinz/http-method/pull/5)), by [@localheinz](https://github.com/localheinz)
18+
- Added interface for RFC5789 ([#7](https://github.com/localheinz/http-method/pull/7)), by [@localheinz](https://github.com/localheinz)
19+
- Added interface for RFC2068 ([#8](https://github.com/localheinz/http-method/pull/8)), by [@localheinz](https://github.com/localheinz)
20+
- Added interface for RFC3253 ([#9](https://github.com/localheinz/http-method/pull/9)), by [@localheinz](https://github.com/localheinz)
21+
- Added interface for RFC3648 ([#10](https://github.com/localheinz/http-method/pull/10)), by [@localheinz](https://github.com/localheinz)
22+
- Added interface for RFC3744 ([#11](https://github.com/localheinz/http-method/pull/11)), by [@localheinz](https://github.com/localheinz)
23+
- Added interface for RFC4437 ([#12](https://github.com/localheinz/http-method/pull/12)), by [@localheinz](https://github.com/localheinz)
24+
- Added interface for RFC4791 ([#13](https://github.com/localheinz/http-method/pull/13)), by [@localheinz](https://github.com/localheinz)
25+
- Added interface for RFC4918 ([#14](https://github.com/localheinz/http-method/pull/14)), by [@localheinz](https://github.com/localheinz)
26+
- Added interface for RFC5323 ([#15](https://github.com/localheinz/http-method/pull/15)), by [@localheinz](https://github.com/localheinz)
27+
- Added interface for RFC5842 ([#16](https://github.com/localheinz/http-method/pull/16)), by [@localheinz](https://github.com/localheinz)
28+
- Added interface for RFC7540 ([#17](https://github.com/localheinz/http-method/pull/17)), by [@localheinz](https://github.com/localheinz)
29+
- Added interface for Squid cache request methods ([#18](https://github.com/localheinz/http-method/pull/18)), by [@localheinz](https://github.com/localheinz)
30+
- Added interface for Varnish cache request methods ([#19](https://github.com/localheinz/http-method/pull/19)), by [@localheinz](https://github.com/localheinz)
31+
- Added interface for aggregating HTTP methods related to WebDAV ([#22](https://github.com/localheinz/http-method/pull/22)), by [@localheinz](https://github.com/localheinz)

0 commit comments

Comments
 (0)