@@ -2119,7 +2119,7 @@ unreleased
21192119 * deps: connect@2.21.0
21202120 - deprecate ` connect(middleware) ` -- use ` app.use(middleware) ` instead
21212121 - deprecate ` connect.createServer() ` -- use ` connect() ` instead
2122- - fix ` res.setHeader() ` patch to work with with get -> append -> set pattern
2122+ - fix ` res.setHeader() ` patch to work with get -> append -> set pattern
21232123 - deps: compression@~ 1.0.8
21242124 - deps: errorhandler@~ 1.1.1
21252125 - deps: express-session@~ 1.5.0
@@ -3330,8 +3330,8 @@ Shaw]
33303330 * Added node v0.1.97 compatibility
33313331 * Added support for deleting cookies via Request#cookie('key', null)
33323332 * Updated haml submodule
3333- * Fixed not-found page, now using using charset utf-8
3334- * Fixed show-exceptions page, now using using charset utf-8
3333+ * Fixed not-found page, now using charset utf-8
3334+ * Fixed show-exceptions page, now using charset utf-8
33353335 * Fixed view support due to fs.readFile Buffers
33363336 * Changed; mime.type() no longer accepts ".type" due to node extname() changes
33373337
@@ -3366,7 +3366,7 @@ Shaw]
33663366==================
33673367
33683368 * Added charset support via Request#charset (automatically assigned to 'UTF-8' when respond()'s
3369- encoding is set to 'utf8' or 'utf-8'.
3369+ encoding is set to 'utf8' or 'utf-8') .
33703370 * Added "encoding" option to Request#render(). Closes #299
33713371 * Added "dump exceptions" setting, which is enabled by default.
33723372 * Added simple ejs template engine support
@@ -3405,7 +3405,7 @@ Shaw]
34053405 * Added [ haml.js] ( http://github.com/visionmedia/haml.js ) submodule; removed haml-js
34063406 * Added callback function support to Request#halt() as 3rd/4th arg
34073407 * Added preprocessing of route param wildcards using param(). Closes #251
3408- * Added view partial support (with collections etc)
3408+ * Added view partial support (with collections etc. )
34093409 * Fixed bug preventing falsey params (such as ?page=0). Closes #286
34103410 * Fixed setting of multiple cookies. Closes #199
34113411 * Changed; view naming convention is now NAME.TYPE.ENGINE (for example page.html.haml)
0 commit comments