From 6de8e7d51605065d5c9e99ac891ab96b2ba8dea2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 4 Feb 2019 08:33:04 -0800 Subject: [PATCH] changelog [ci skip] --- hledger/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 7685f0fa8..fb7bfff0e 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -1,6 +1,10 @@ User-visible changes in the hledger command line tool and library. +# 1.13.2 (2019/02/04) + +- print, register: restore the accidentally dropped -o, -O flags (#967) + # 1.13.1 (2019/02/02) - stop depending on here to avoid haskell-src-meta/stackage blockage.