@@ -309,6 +309,40 @@ unreleased
309309 - ` app.route() ` - Proxy to the app's ` Router#route() ` method to create a new route
310310 - Router & Route - public API
311311
312+ 3.15.0 / 2014-07-22
313+ ===================
314+
315+ * Fix ` req.protocol ` for proxy-direct connections
316+ * Pass options from ` res.sendfile ` to ` send `
317+ 318+ - deps: body-parser@~ 1.5.0
319+ - deps: compression@~ 1.0.9
320+ - deps: connect-timeout@~ 1.2.1
321+ 322+ 323+ - deps: express-session@~ 1.7.0
324+ 325+ - deps: method-override@~ 2.1.2
326+ - deps: morgan@~ 1.2.0
327+ 328+ - deps: parseurl@~ 1.2.0
329+ - deps: serve-static@~ 1.4.0
330+ 331+ 332+ - Add ` TRACE_DEPRECATION ` environment variable
333+ - Remove non-standard grey color from color output
334+ - Support ` --no-deprecation ` argument
335+ - Support ` --trace-deprecation ` argument
336+ * deps: parseurl@~ 1.2.0
337+ - Cache URLs based on original value
338+ - Remove no-longer-needed URL mis-parse work-around
339+ - Simplify the "fast-path" ` RegExp `
340+ 341+ - Add ` dotfiles ` option
342+ - Cap ` maxAge ` value to 1 year
343+ 344+ 345+
3123463.14.0 / 2014-07-11
313347===================
314348
0 commit comments