Skip to content

Commit 2572a78

Browse files
committed
Release 2.3.1
1 parent 470774c commit 2572a78

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
2.3.1 / 2011-04-26
3+
==================
4+
5+
* Added `app.match()` as `app.match.all()`
6+
* Added `app.lookup()` as `app.lookup.all()`
7+
* Added `app.remove()` for `app.remove.all()`
8+
* Added `app.remove.VERB()`
9+
* Fixed template caching collision issue. Closes #644
10+
* Moved router over from connect and started refactor
11+
212
2.3.0 / 2011-04-25
313
==================
414

lib/express.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var exports = module.exports = connect.middleware;
2828
* Framework version.
2929
*/
3030

31-
exports.version = '2.3.0';
31+
exports.version = '2.3.1';
3232

3333
/**
3434
* Shortcut for `new Server(...)`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "express",
33
"description": "Sinatra inspired web development framework",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"contributors": [
77
{ "name": "TJ Holowaychuk", "email": "[email protected]" },

0 commit comments

Comments
 (0)