Skip to content

Commit 0aef6c8

Browse files
committed
1 parent ddb4bcc commit 0aef6c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ unreleased
22
==========
33

44
* Drop support for Node.js below 0.10
5+
6+
- Add `DEBUG_HIDE_DATE` environment variable
7+
- Change timer to per-namespace instead of global
8+
- Change non-TTY date format
9+
- Remove `DEBUG_FD` environment variable support
10+
- Support 256 namespace colors
511

612
2.3.10 / 2017-09-27
713
===================

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"repository": "expressjs/method-override",
1111
"dependencies": {
12-
"debug": "2.6.9",
12+
"debug": "3.1.0",
1313
"methods": "~1.1.2",
1414
"parseurl": "~1.3.2",
1515
"vary": "~1.1.2"

0 commit comments

Comments
 (0)