Skip to content

Commit 7fbe769

Browse files
committed
doc: update changelogs
1 parent c2c27ab commit 7fbe769

File tree

5 files changed

+30
-92
lines changed

5 files changed

+30
-92
lines changed

CHANGES.md

+26-68
Original file line numberDiff line numberDiff line change
@@ -18,90 +18,48 @@ Infrastructure
1818
General changes in the hledger project.
1919
For package-specific changes, see the hledger package changelogs.
2020

21-
# 54e627ade
22-
- pkg: stack: ghc9.6: bump resolver, enable hledger-web (close #2011)
21+
# 1.31 2023-09-03
2322

24-
- pkg: stack: bump default build to lts-21.9, ghc 9.4.6
25-
26-
- ;dev: Add a ghc-tags.yaml file (Jonathan Dowland)
27-
Provide a ghc-tags.yaml file to make use of ghc-tags with Hledger easy.
28-
29-
ghc-tags is a standalone tool to replace the formerly-built-in
30-
":ctags" feature (and I presume ":etags") in GHCi. These walked over
31-
the source and produced a TAGS file (in vim-compatible ctags or
32-
Emacs-compatible etags format) that allows the relevant editors to
33-
quickly navigate around function definitions.
34-
35-
ghc-tags trips over some of the CPP used in Hledger. The solution
36-
is to provide ghc-tags with explicit CPP defines via a YAML file.
37-
However, if a YAML file is provided, one also must specify the source
38-
paths, as the tool XORs config file | paths-on-command-line.
39-
40-
See <https://github.com/arybczak/ghc-tags/issues/6> for more
41-
information.
42-
43-
Signed-off-by: Jonathan Dowland <[email protected]>
44-
- ;bin:justfile: make more chooser friendly, add help/pick/view
45-
46-
- ;bin:justfile: fix/cleanups
47-
48-
- ;bin: add a justfile (conversion of ft and tt)
49-
50-
- ;doc:bin: fix tt link
51-
52-
- ;doc:bin:ft: updates
53-
54-
- ;doc:bin:tt: updates
55-
56-
- ;doc:bin: ft/tt updates
57-
58-
- ;doc:bin: ft/tt updates
59-
60-
- ;doc:bin: link ft and tt
61-
62-
- ;bin: ft, tt reporting scripts (examples)
63-
64-
- ;pkg:stack: bump stackage snapshots
65-
66-
- ;examples: the hledger manual > Cost reporting examples, and shelltests
67-
68-
- ;examples:self-tracking: add missing files
69-
70-
- ;examples:self-tracking: updates
71-
72-
- ;examples:self-tracking: updates
73-
74-
- ;examples:self-tracking: updates
23+
Scripts/addons
7524

76-
- ;examples: self-tracking
25+
- ft, tt shell scripts for collecting financial and time reports
7726

78-
- ;dev: bump to latest stackage nightly
27+
- A justfile implementation of ft and tt
7928

80-
- ;install: bump to stackage lts-21
29+
Examples
8130

82-
- ;cln: make functest-PAT now filters the same tests run by make functest
31+
- self-tracking
8332

84-
- ;doc:RELEASING: updates
33+
- RPG ledger (Eric Mertens)
8534

86-
- ;dev: make/shake/bake help titles
35+
Docs
8736

88-
- ;dev:Shake: avoid making empty commits
37+
Infrastructure
8938

90-
- ;dev:checkembeddedfiles: fix mac binaries workflow
39+
(Jonathan Dowland)
9140

92-
- ;doc: update changelogs
41+
- tools, CI: checkembeddedfiles, checkversions
9342

94-
Scripts/addons
43+
- Shake: avoid making empty commits
9544

96-
Examples
45+
- make functest-PAT: runs a subset of functional tests
9746

98-
- RPG ledger (Eric Mertens)
47+
- Provide a ghc-tags.yaml file to make use of ghc-tags with Hledger easy.
9948

100-
Docs
49+
ghc-tags is a standalone tool to replace the formerly-built-in
50+
":ctags" feature (and I presume ":etags") in GHCi. These walked over
51+
the source and produced a TAGS file (in vim-compatible ctags or
52+
Emacs-compatible etags format) that allows the relevant editors to
53+
quickly navigate around function definitions.
10154

102-
Infrastructure
55+
ghc-tags trips over some of the CPP used in Hledger. The solution
56+
is to provide ghc-tags with explicit CPP defines via a YAML file.
57+
However, if a YAML file is provided, one also must specify the source
58+
paths, as the tool XORs config file | paths-on-command-line.
10359

104-
- tools, CI: checkembeddedfiles, checkversions
60+
See <https://github.com/arybczak/ghc-tags/issues/6> for more
61+
information.
62+
(Jonathan Dowland)
10563

10664
# 1.30 2023-06-01
10765

hledger-lib/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Misc. changes
1313
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
1414
For user-visible changes, see the hledger package changelog.
1515

16-
# 14af7d32b
16+
# 1.31 2023-09-03
1717

1818
Breaking changes
1919

hledger-ui/CHANGES.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,12 @@ API
2121
User-visible changes in hledger-ui.
2222
See also the hledger changelog.
2323

24-
# 14af7d32b
25-
26-
Breaking changes
27-
28-
Features
24+
# 1.31 2023-09-03
2925

3026
Improvements
3127

3228
- Allow megaparsec 9.5
3329

34-
Fixes
35-
36-
Docs
37-
38-
API
39-
4030
# 1.30 2023-06-01
4131

4232
Features

hledger-web/CHANGES.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,12 @@ API
2121
User-visible changes in hledger-web.
2222
See also the hledger changelog.
2323

24-
# 14af7d32b
25-
26-
Breaking changes
27-
28-
Features
24+
# 1.31 2023-09-03
2925

3026
Improvements
3127

3228
- Allow aeson 2.2, megaparsec 9.5
3329

34-
Fixes
35-
36-
Docs
37-
38-
API
39-
4030
# 1.30 2023-06-01
4131

4232
Fixes

hledger/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ API
2121
User-visible changes in the hledger command line tool and library.
2222

2323

24-
# 14af7d32b
24+
# 1.31 2023-09-03
2525

2626
Features
2727

0 commit comments

Comments
 (0)