0
Fork 0
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:
Loïc Hoguin 2015-11-16 16:10:43 +01:00
parent 04eadae381
commit d08c2ab39d
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
CHANGELOG
=========
1.0.4
-----
* Fix a crash when using iolist() as payload for some Websocket frames
1.0.3
-----

View file

@ -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]},