From f36ab179c4149b49c96ca431963a26c3f1cec499 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 16 Jan 2022 18:43:40 -1000 Subject: [PATCH] ;doc: add interim note re ConversionOp (#1808) --- hledger-lib/Hledger/Data/Valuation.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hledger-lib/Hledger/Data/Valuation.hs b/hledger-lib/Hledger/Data/Valuation.hs index 7e8d86d6f..f6ff9040d 100644 --- a/hledger-lib/Hledger/Data/Valuation.hs +++ b/hledger-lib/Hledger/Data/Valuation.hs @@ -52,6 +52,8 @@ import Text.Printf (printf) -- Types -- | Which operation to perform on conversion transactions. +-- (There was also an "infer equity postings" operation, but that is now done +-- earlier, in journal finalisation.) data ConversionOp = NoConversionOp | ToCost deriving (Show,Eq)