@@ -2119,7 +2119,7 @@ unreleased
2119
2119
2120
2120
- deprecate ` connect(middleware) ` -- use ` app.use(middleware) ` instead
2121
2121
- 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
2123
2123
- deps: compression@~ 1.0.8
2124
2124
- deps: errorhandler@~ 1.1.1
2125
2125
- deps: express-session@~ 1.5.0
@@ -3330,8 +3330,8 @@ Shaw]
3330
3330
* Added node v0.1.97 compatibility
3331
3331
* Added support for deleting cookies via Request#cookie('key', null)
3332
3332
* 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
3335
3335
* Fixed view support due to fs.readFile Buffers
3336
3336
* Changed; mime.type() no longer accepts ".type" due to node extname() changes
3337
3337
@@ -3366,7 +3366,7 @@ Shaw]
3366
3366
==================
3367
3367
3368
3368
* 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') .
3370
3370
* Added "encoding" option to Request#render(). Closes #299
3371
3371
* Added "dump exceptions" setting, which is enabled by default.
3372
3372
* Added simple ejs template engine support
@@ -3405,7 +3405,7 @@ Shaw]
3405
3405
* Added [ haml.js] ( http://github.com/visionmedia/haml.js ) submodule; removed haml-js
3406
3406
* Added callback function support to Request#halt() as 3rd/4th arg
3407
3407
* 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. )
3409
3409
* Fixed bug preventing falsey params (such as ?page=0). Closes #286
3410
3410
* Fixed setting of multiple cookies. Closes #199
3411
3411
* Changed; view naming convention is now NAME.TYPE.ENGINE (for example page.html.haml)
0 commit comments