aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-09-27 02:57:06 +0200
committerLoïc Hoguin <[email protected]>2012-09-27 02:57:06 +0200
commit0b82eebed654bd894802acb52697a4d4187cb228 (patch)
tree24f59e34969586760d54787f38b689de6bb99710 /CHANGELOG.md
parentcd7f37d34645dd2f54175d60632f9684cf064c6c (diff)
downloadcowboy-0b82eebed654bd894802acb52697a4d4187cb228.tar.gz
cowboy-0b82eebed654bd894802acb52697a4d4187cb228.tar.bz2
cowboy-0b82eebed654bd894802acb52697a4d4187cb228.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68ac789..37d921e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,7 @@ next
* cowboy_req:delete_resp_header/2 deletes a previously set resp header.
* cowboy_req:set_meta/3 sets metadata in the Req object.
* cowboy_req:to_list/1 converts the Req object to a list of key/values.
+ * cowboy_req:fragment/1 returns the request URL fragment.
* cowboy_req:host_url/1 returns the request URL without the path or qs.
* cowboy_req:url/1 returns the full request URL.
@@ -73,7 +74,7 @@ next
* Avoid a duplicate HTTP reply in cowboy_websocket:upgrade_error/1
-* Avoid using proplists:get_value/{2,3} in a few places
+* Many, many optimizations for the most critical code path
0.6.1
-----