mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update version to 0.6.1
This commit is contained in:
parent
2645044c6b
commit
af07e048e3
2 changed files with 19 additions and 1 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,6 +1,24 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Add hello_world, rest_hello_world, chunked_hello_world,
|
||||||
|
echo_get, echo_post and static examples.
|
||||||
|
|
||||||
|
* Add support for the "Expect: 100-continue" header.
|
||||||
|
|
||||||
|
* Keep the original 'Host' header value instead of modifying it.
|
||||||
|
|
||||||
|
* Fix use of parsed headers cache.
|
||||||
|
|
||||||
|
* REST: fix the matching of charsets.
|
||||||
|
|
||||||
|
* REST: allow <<"type/subtype">> format for content_types_accepted.
|
||||||
|
|
||||||
|
* Improve typespecs.
|
||||||
|
|
||||||
0.6.0
|
0.6.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
{application, cowboy, [
|
{application, cowboy, [
|
||||||
{description, "Small, fast, modular HTTP server."},
|
{description, "Small, fast, modular HTTP server."},
|
||||||
{vsn, git},
|
{vsn, "0.6.1"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, [cowboy_clock, cowboy_sup]},
|
{registered, [cowboy_clock, cowboy_sup]},
|
||||||
{applications, [
|
{applications, [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue