Skip to content

Commit

Permalink
improve history.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Jan 3, 2014
1 parent cec0c06 commit 26c0be4
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
4.0.0 /
==================

* remove binary (moved to [express-generator](https://github.com/expressjs/generator))
* refactor
* remove:
- express(1) - moved to [express-generator](https://github.com/expressjs/generator)
- `req.accepted*` - use `req.accepts*()` instead
* change:
- `req.accepts*` -> `req.accepts*s` - i.e. `req.acceptsEncoding` -> `req.acceptsEncodings`
* refactor:
- `req.accepts*` with [accepts](https://github.com/expressjs/accepts)
- `req.is` with [type-is](https://github.com/expressjs/type-is)
* change
- `req.accepts[x]` -> `req.accepts[x]s`
* remove
- `req.acceptedEncodings`
- `req.accepted`
- `req.acceptedLanguages`
- `req.acceptedCharsets`

3.4.7 / 2013-12-10
==================
Expand Down

0 comments on commit 26c0be4

Please sign in to comment.