File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,10 @@ Changes in hledger-install.sh are shown
83
83
84
84
Breaking changes
85
85
86
- - ` check ordereddates ` no longer supports ` --date2 ` ; it checks primary
87
- dates only.
86
+ - ` check ordereddates ` no longer supports ` --date2 ` .
87
+ Also (not a breaking change): ` --date2 ` and secondary dates are now officially
88
+ [ deprecated] ( https://hledger.org/1.34/hledger.html#secondary-dates ) in hledger,
89
+ though kept for compatibility.
88
90
89
91
Features
90
92
@@ -151,10 +153,15 @@ Docs
151
153
- balance: mention the ` --summary-only ` flag
152
154
- check: expand check descriptions
153
155
- examples: CSV rules: vanguard, fidelity, paypal updates
156
+ - Generating data: rewrite
157
+ - manuals: synopsis, options cleanup/consistency
158
+ - Options: correction, NO_COLOR does not override --color
154
159
- PART 4: COMMANDS: reorganise into groups, like the CLI commands list.
155
160
- Period expressions: mention last day of month adjusting [ #2005 ]
161
+ - Secondary dates: expand, and declare them deprecated.
156
162
- Time periods cleanup, simplify markup
157
163
- Unicode characters: mention UTF-8 on windows
164
+ - web, json output: link to OpenAPI spec
158
165
159
166
Scripts/addons
160
167
Original file line number Diff line number Diff line change @@ -27,8 +27,10 @@ User-visible changes in the hledger command line tool and library.
27
27
28
28
Breaking changes
29
29
30
- - ` check ordereddates ` no longer supports ` --date2 ` ; it checks primary
31
- dates only.
30
+ - ` check ordereddates ` no longer supports ` --date2 ` .
31
+ Also (not a breaking change): ` --date2 ` and secondary dates are now officially
32
+ [ deprecated] ( https://hledger.org/1.34/hledger.html#secondary-dates ) in hledger,
33
+ though kept for compatibility.
32
34
33
35
Features
34
36
95
97
- balance: mention the ` --summary-only ` flag
96
98
- check: expand check descriptions
97
99
- examples: CSV rules: vanguard, fidelity, paypal updates
100
+ - Generating data: rewrite
101
+ - JSON output: link to OpenAPI spec
102
+ - manuals: synopsis, options cleanup/consistency
103
+ - Options: correction, NO_COLOR does not override --color
98
104
- PART 4: COMMANDS: reorganise into groups, like the CLI commands list.
99
105
- Period expressions: mention last day of month adjusting [ #2005 ]
106
+ - Secondary dates: expand, and declare them deprecated.
100
107
- Time periods cleanup, simplify markup
101
108
- Unicode characters: mention UTF-8 on windows
102
109
You can’t perform that action at this time.
0 commit comments