Skip to content

Commit

Permalink
Merge pull request #26 from localheinz/feature/changelog
Browse files Browse the repository at this point in the history
Enhancement: Update CHANGELOG.md
  • Loading branch information
localheinz committed Jul 3, 2019
2 parents 058c08d + 0c87e3a commit fe25e7b
Showing 1 changed file with 19 additions and 21 deletions.
40 changes: 19 additions & 21 deletions CHANGELOG.md
Expand Up @@ -6,28 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

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

### Added

* Added something ([#9000](https://github.com/localheinz/repository/pulls/9000)), by [@localheinz](https://github.com/localheinz)

### Changed

*

### Deprecated
### [`1.0.0`](https://github.com/localheinz/http-method/releases/tag/0.1.0)

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

### Removed

*

### Fixed

*

### Security
### Added

*
- Added interface for RFC7231 ([#5](https://github.com/localheinz/http-method/pull/5)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC5789 ([#7](https://github.com/localheinz/http-method/pull/7)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC2068 ([#8](https://github.com/localheinz/http-method/pull/8)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC3253 ([#9](https://github.com/localheinz/http-method/pull/9)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC3648 ([#10](https://github.com/localheinz/http-method/pull/10)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC3744 ([#11](https://github.com/localheinz/http-method/pull/11)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC4437 ([#12](https://github.com/localheinz/http-method/pull/12)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC4791 ([#13](https://github.com/localheinz/http-method/pull/13)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC4918 ([#14](https://github.com/localheinz/http-method/pull/14)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC5323 ([#15](https://github.com/localheinz/http-method/pull/15)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC5842 ([#16](https://github.com/localheinz/http-method/pull/16)), by [@localheinz](https://github.com/localheinz)
- Added interface for RFC7540 ([#17](https://github.com/localheinz/http-method/pull/17)), by [@localheinz](https://github.com/localheinz)
- Added interface for Squid cache request methods ([#18](https://github.com/localheinz/http-method/pull/18)), by [@localheinz](https://github.com/localheinz)
- Added interface for Varnish cache request methods ([#19](https://github.com/localheinz/http-method/pull/19)), by [@localheinz](https://github.com/localheinz)
- 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 comments on commit fe25e7b

Please sign in to comment.