From e8cab9da26c9cc89dcee2d3bebfb1ac70de6a420 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 30 Sep 2013 22:47:18 -0500 Subject: [PATCH] Update history to reflect merge of #1586 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 09ffe458..e354b2e3 100644 --- a/History.markdown +++ b/History.markdown @@ -11,6 +11,7 @@ locations are similar (#1556) * Fix the missing `pathname` require in certain cases (#1255) * Use `+` instead of `Array#concat` when building `Post` attribute list (#1571) + * Print server address when launching a server (#1586) ### Development Fixes * Add coverage reporting with Coveralls (#1539)