From b89d9c290f202f8bdb33b549a28317a98b10b395 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 27 Jul 2020 15:48:00 +0800 Subject: [PATCH] changelog: timestamp 2.4 release --- bin/ledger2beancount | 2 +- docs/changelog.md | 7 ++++--- docs/index.md | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bin/ledger2beancount b/bin/ledger2beancount index 55c49511..62ced29f 100755 --- a/bin/ledger2beancount +++ b/bin/ledger2beancount @@ -28,7 +28,7 @@ use Regexp::Common; use String::Interpolate qw(safe_interpolate); use Unicode::Normalize; -my $VERSION = "2.3+git"; +my $VERSION = "2.4"; memoize('map_account'); memoize('map_commodity'); diff --git a/docs/changelog.md b/docs/changelog.md index 77c2fac6..e05e267c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,7 +1,10 @@ # ledger2beancount releases -## 2.4 (unreleased) +## 2.4 (2020-07-27) +* Fix regressions introduced in version 2.3 + * Handle price directives with comments + * Don't assume implicit conversion when price is on second posting * Improve support for hledger * Fix parsing of hledger tags * Support commas as decimal markers @@ -10,11 +13,9 @@ * Support regex aliases * Recognise total balance assertions * Recognise sub-account balance assertions -* Handle price directives with comments * Add support for `define` directive * Convert all uppercase metadata tags to all lowercase * Improve handling of ledger lots without cost -* Don't assume implicit conversion when price is on second posting * Allow transactions without postings * Fix parsing issue in commodity declarations * Support commodities that contain quotation marks diff --git a/docs/index.md b/docs/index.md index ffe7c44d..03ea6f9f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ author: - Stefano Zacchiroli - Martin Michlmayr keywords: ledger, beancount, converter, conversion, accounting, bookkeeping, finance -date: June 2020 +date: July 2020 documentclass: scrartcl urlcolor: blue toc: true