Skip to content

Commit

Permalink
changelog typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 4, 2011
1 parent 9eb2c61 commit 6873a68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions History.md
Expand Up @@ -27,8 +27,7 @@
* Changed view partial resolution, now relative to parent view
* Changed view engine signature. no longer `engine.render(str, options, callback)`, now `engine.compile(str, options) -> Function`, the returned function accepts `fn(locals)`.
* Fixed `req.param()` bug returning Array.prototype methods. Closes #552
* Fixed; using `Stream#pipe()` instead of `sys.pump()`
app)
* Fixed; using `Stream#pipe()` instead of `sys.pump()` in `res.sendfile()`
* Fixed; using _qs_ module instead of _querystring_
* Fixed; strip unsafe chars from jsonp callbacks
* Removed "stream threshold" setting
Expand Down

0 comments on commit 6873a68

Please sign in to comment.