Release 3.2.0

This commit is contained in:
TJ Holowaychuk
2013-04-15 12:34:41 -07:00
parent 58f2057ba7
commit 0d40c65b7f
3 changed files with 11 additions and 2 deletions

View File

@@ -1,4 +1,13 @@
3.2.0 / 2013-04-15
==================
* add "view" constructor setting to override view behaviour
* add req.acceptsEncoding(name)
* add req.acceptedEncodings
* revert cookie signature change causing session race conditions
* fix sorting of Accept values of the same quality
3.1.2 / 2013-04-12
==================

View File

@@ -20,7 +20,7 @@ exports = module.exports = createApplication;
* Framework version.
*/
exports.version = '3.1.2';
exports.version = '3.2.0';
/**
* Expose mime.

View File

@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.1.2",
"version": "3.2.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{