From 8566dedc577af5634fa3d4cf2072b86bc2332346 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 24 Nov 2016 20:27:15 -0800 Subject: [PATCH] doc: changelog updates --- doc/CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/CHANGES b/doc/CHANGES index 1695bed28..6d615a5e3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -16,6 +16,8 @@ All 1.1 changes (move package-specific changes to package changelogs before rele - Hledger.Read api cleanups +- rename dbgIO to dbg0IO, consistent with dbg0 + ## cli - more predictable file format detection @@ -33,6 +35,19 @@ All 1.1 changes (move package-specific changes to package changelogs before rele - allow brick 0.14, vty 5.13, text-zipper 0.9 +- --change shows period balances (changes) at startup + +- with --watch, react to file changes in real time + + Experimental, tested on OSX so far. + Rapid successive file changes can cause it to get stuck. + +- always reload when g is pressed + + Previously it would check the modification time and reload only if + it looked newer than the last reload, but this was interacting badly + with --watch. + ## web - add --host option (#429)