From 41d7c7f6b36b5ed509f4f1a728797f4946800a2c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 6 Feb 2022 13:16:06 -1000 Subject: [PATCH] doc: lib: changelog fix --- hledger-lib/CHANGES.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 965c84df5..dac144fc4 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -25,17 +25,7 @@ For user-visible changes, see the hledger package changelog. for easy lookup of account tags. Query.matchesTaggedAccount is a tag-aware version of matchesAccount. -- Costing has been changed to ConversionOp with three options: - NoConversionOp, ToCost, and InferEquity. - The first correspond to the previous NoCost and Cost options, while the - third corresponds to the --infer-equity flag. This converts transactions with costs - (one or more transaction prices) to transactions with equity:conversion postings. - It is in ConversionOp because converting to cost with -B/--cost and inferring conversion - equity postings with --infer-equity are mutually exclusive. - The cost_ record of ReportOpts has been changed to conversionop_. - - Renamed: CommodityLayout to Layout. - (Stephen Morgan) # 1.24.1 2021-12-10