Skip to content

Commit 741c51a

Browse files
committed
1 parent 1c0748a commit 741c51a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ unreleased
22
==========
33

44
5+
6+
- Allow Node.js HTTP server to set `Date` response header
7+
- Fix incorrectly removing `Content-Location` on 304 response
8+
- Improve the default redirect response headers
9+
- Send appropriate headers on default error response
10+
- Use `http-errors` for standard emitted errors
11+
- Use `statuses` instead of `http` module for status messages
12+
13+
- deps: etag@~1.7.0
14+
15+
- deps: on-finished@~2.3.0
16+
- perf: enable strict mode
17+
- perf: remove unnecessary array allocations
518

619
1.9.3 / 2015-05-14
720
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"escape-html": "1.0.2",
1010
"parseurl": "~1.3.0",
11-
"send": "0.12.3",
11+
"send": "0.13.0",
1212
"utils-merge": "1.0.0"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)