mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update to 1.0.4
This commit is contained in:
parent
04eadae381
commit
d08c2ab39d
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.0.4
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Fix a crash when using iolist() as payload for some Websocket frames
|
||||||
|
|
||||||
1.0.3
|
1.0.3
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
{application, cowboy, [
|
{application, cowboy, [
|
||||||
{description, "Small, fast, modular HTTP server."},
|
{description, "Small, fast, modular HTTP server."},
|
||||||
{vsn, "1.0.3"},
|
{vsn, "1.0.4"},
|
||||||
{id, "git"},
|
{id, "git"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, [cowboy_clock, cowboy_sup]},
|
{registered, [cowboy_clock, cowboy_sup]},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue