doc: changelog updates

This commit is contained in:
Simon Michael 2016-11-24 20:27:15 -08:00
parent 3387b45a90
commit 8566dedc57

View File

@ -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)