diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index fb18501df..9dd74cd84 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -23,6 +23,8 @@ Additions include: - mapJournalTransactions, mapJournalPostings, mapTransactionPostings - journalStartDate, journalEndDate - journalPriceOracle +- marketPriceReverse +- priceDirectiveToMarketPrice - mixedAmountApplyValuation - mixedAmountValueAtDate diff --git a/hledger-lib/Hledger/Data/Valuation.hs b/hledger-lib/Hledger/Data/Valuation.hs index 0ae0c01b7..eaad6142a 100644 --- a/hledger-lib/Hledger/Data/Valuation.hs +++ b/hledger-lib/Hledger/Data/Valuation.hs @@ -19,8 +19,8 @@ module Hledger.Data.Valuation ( -- ,amountValueAtDate ,mixedAmountApplyValuation ,mixedAmountValueAtDate - -- ,marketPriceReverse - -- ,priceDirectiveToMarketPrice + ,marketPriceReverse + ,priceDirectiveToMarketPrice -- ,priceLookup ,tests_Valuation )