Skip to content

Commit

Permalink
Release 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 5, 2012
1 parent 4e59d67 commit 80fd58a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
@@ -1,4 +1,14 @@

2.3.7 / 2012-07-05
==================

* add `json()` utf-8 illustration test. Closes #621
* add "send" dependency
* change `connect.static()` internals to use "send"
* fix `session()` req.session generation with pathname mismatch
* fix `cookieSession()` req.session generation with pathname mismatch
* fix mime export. Closes #618

2.3.6 / 2012-07-03
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "connect",
"version": "2.3.6",
"version": "2.3.7",
"description": "High performance middleware framework",
"keywords": ["framework", "web", "middleware", "connect", "rack"],
"repository": "git://github.com/senchalabs/connect.git",
Expand Down

0 comments on commit 80fd58a

Please sign in to comment.