mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update CHANGELOG
This commit is contained in:
parent
065c0ab072
commit
fd636c9e6a
1 changed files with 21 additions and 0 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,6 +1,27 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.1
|
||||
-----
|
||||
|
||||
* Add eventsource, web_server examples; improve rest_pastebin example
|
||||
|
||||
* Add cowboy:set_env/3 to more conveniently update the dispatch list
|
||||
|
||||
* Add cowboy_sub_protocol behaviour
|
||||
|
||||
* Fix cowboy_req:has_body/1 when Content-Length == 0
|
||||
|
||||
* Fix passing of state to websocket_terminate/3 on server close
|
||||
|
||||
* Fix compilation with +native
|
||||
|
||||
* Compile with more warnings enabled by default; fix warnings
|
||||
|
||||
* Set the socket in passive mode after the loop handler terminates
|
||||
|
||||
* Improve typespecs
|
||||
|
||||
0.8.0
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue