From 2f5252dc0d837dccf80f5f2915765390140386d9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 1 May 2013 12:42:35 -0700 Subject: [PATCH] docs: update release notes --- NEWS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 25a9200e0..c422bfcb6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -63,12 +63,13 @@ title: hledger news **web command:** + - The web command now also starts a browser, and auto-exits when unused, by default ("local ui mode"). + With `--server`, it keeps running and logs requests to the console ("server mode"). - Bootstrap is now used for styling and layout - A favicon is served - The search field is wider - - Requests are no longer logged to the console, except in development builds - yesod devel is now supported; it uses `$LEDGER_FILE` or `~/.hledger.journal` - * the `blaze_html_0_5` build flag has been reversed and renamed to `blaze_html_0_4` + - the `blaze_html_0_5` build flag has been reversed and renamed to `blaze_html_0_4` **Add-ons:**