Skip to content

Commit b551352

Browse files
authored
Merge pull request #200 from patrickbkr/release-refactor
Add an API version to META6.json and add a `Changes` file
2 parents ac03da8 + fc1e685 commit b551352

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Checklist
2+
=========
3+
(Feel free to delete this text once you went through it.)
4+
5+
- Did you add an entry to the `Changes` file?
6+

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Revision history for Cro::HTTP
2+
3+
{{NEXT}}
4+
- Add two `Response` convenience methods: `not-supported` (500) and
5+
`server-error` (505).
6+
- Add support for HTTP/2 cookie headers.
7+
- Be more lenient when receiving Cookies with duplicate parameters.

META6.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "Cro::HTTP",
33
"description": "Asynchronous HTTP, both client and server side. Includes HTTP/2.0 support.",
44
"version": "0.8.9.1",
5+
"api": "0",
56
"auth": "zef:cro",
67
"perl": "6.*",
78
"authors": [

0 commit comments

Comments
 (0)