;doc: update changelogs

[ci skip]
This commit is contained in:
Simon Michael 2019-07-25 08:45:56 +01:00
parent 11208222d4
commit 030a409dd3
6 changed files with 21 additions and 8 deletions

View File

@ -1,18 +1,24 @@
General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs.
# 23a7787a
# a4c2f70a
- Update shell completion script (Jakob Schöttl)
- bump default stack.yaml to nightly-2019-07-24 / ghc 8.6.5
- bin: add hledger-swap-dates; update hledger-check, hledger-smooth (#1072)
- Update shell completions (Jakob Schöttl)
- travis: skip hledger-api at least for now to stay under time limit
- Create FUNDING.yml
- Create FUNDING.yml / github sponsor button
- examples: fix incompatible syntax in bcexample.hledger
- make tag: include all hledger-web hs files in tags
- shake: be more verbose when updating changelogs
- shake: show htmlmanuals target in help

View File

@ -1,7 +1,7 @@
User-visible changes in hledger-api.
See also the hledger changelog.
# 6a506970
# 6073c002
- use hledger 1.15

View File

@ -1,7 +1,9 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 6a506970
# 6073c002
- lib: export aliasnamep for hledger-check (#1072)
- lib: setNaturalPrecisionUpTo

View File

@ -1,7 +1,7 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# 6a506970
# 6073c002
- support brick >=0.47 also

View File

@ -1,7 +1,7 @@
User-visible changes in hledger-web.
See also the hledger changelog.
# 6a506970
# 6073c002
- web: register page: clip linked accounts to 40 characters (Henning Thielemann)
This was the behaviour before adding the links.

View File

@ -1,7 +1,12 @@
User-visible changes in the hledger command line tool and library.
# 6a506970
# 6073c002
- rule-generated txns and postings are now marked with tags
(generated-transaction, generated-posting, modified)
- add descriptions, payees, notes commands (Caleb Maclennan)
- close: preserve transaction prices (costs) accurately (#1035)
Transaction prices were being collapsed/misreported after close/open;