mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10: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
|
||||
=========
|
||||
|
||||
1.0.4
|
||||
-----
|
||||
|
||||
* Fix a crash when using iolist() as payload for some Websocket frames
|
||||
|
||||
1.0.3
|
||||
-----
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
{application, cowboy, [
|
||||
{description, "Small, fast, modular HTTP server."},
|
||||
{vsn, "1.0.3"},
|
||||
{vsn, "1.0.4"},
|
||||
{id, "git"},
|
||||
{modules, []},
|
||||
{registered, [cowboy_clock, cowboy_sup]},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue