Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 20, 2011
1 parent c75046d commit 0f55284
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions History.md
@@ -1,4 +1,22 @@

1.0.3 / 2011-01-13
==================

* Remove unsafe characters from JSONP callback names [Ryan Grove]

1.0.2 / 2011-01-10
==================

* Removed nested require, using `connect.router`

1.0.1 / 2010-12-29
==================

* Fixed for middleware stacked via `createServer()`
previously the `foo` middleware passed to `createServer(foo)`
would not have access to Express methods such as `res.send()`
or props like `req.query` etc.

1.0.0 / 2010-11-16
==================

Expand Down

0 comments on commit 0f55284

Please sign in to comment.