From a9959b30c2595b753d8fa8e4fcc5bd67698b0033 Mon Sep 17 00:00:00 2001 From: David Reaver Date: Tue, 20 Jun 2017 08:40:35 -0700 Subject: [PATCH] Fix date of 1.2 release in CHANGES --- hledger-api/CHANGES | 4 ++-- hledger-lib/CHANGES | 2 +- hledger-ui/CHANGES | 2 +- hledger-web/CHANGES | 2 +- hledger/CHANGES | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hledger-api/CHANGES b/hledger-api/CHANGES index 09860e73e..c554c1a43 100644 --- a/hledger-api/CHANGES +++ b/hledger-api/CHANGES @@ -2,14 +2,14 @@ User-visible changes in hledger-api. See also the hledger and the project change logs. -# 1.2 (2016/3/31) +# 1.2 (2017/3/31) see project changes at http://hledger.org/release-notes # 1.1 (2016/12/31) - serves on 127.0.0.1 by default, --host option added (#432) - + Consistent with hledger-web: serves only local requests by default, use --host=IPADDR to change this. diff --git a/hledger-lib/CHANGES b/hledger-lib/CHANGES index 69c4badcd..961bb6a4b 100644 --- a/hledger-lib/CHANGES +++ b/hledger-lib/CHANGES @@ -2,7 +2,7 @@ API-ish changes in the hledger-lib package. See also the hledger and project change logs (for user-visible changes). -# 1.2 (2016/3/31) +# 1.2 (2017/3/31) ## journal format diff --git a/hledger-ui/CHANGES b/hledger-ui/CHANGES index 7642713f0..1bd9fa933 100644 --- a/hledger-ui/CHANGES +++ b/hledger-ui/CHANGES @@ -2,7 +2,7 @@ User-visible changes in hledger-ui. See also the hledger and project change logs. -# 1.2 (2016/3/31) +# 1.2 (2017/3/31) Fix a pattern match failure when pressing E on the transaction screen (fixes #508) diff --git a/hledger-web/CHANGES b/hledger-web/CHANGES index da4270e5c..c58660281 100644 --- a/hledger-web/CHANGES +++ b/hledger-web/CHANGES @@ -2,7 +2,7 @@ User-visible changes in hledger-web. See also the hledger and the project change logs. -# 1.2 (2016/3/31) +# 1.2 (2017/3/31) Accounts with ? in name had empty registers (fixes #498) (Bryan Richter) diff --git a/hledger/CHANGES b/hledger/CHANGES index 8937ebbfd..b51564d75 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -2,7 +2,7 @@ User-visible changes in the hledger and hledger-lib packages. See also the project change log. -# 1.2 (2016/3/31) +# 1.2 (2017/3/31) ## CLI