Skip to content

Commit

Permalink
changelog: timestamp 2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed Jul 27, 2020
1 parent 3d3b373 commit b89d9c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/ledger2beancount
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
7 changes: 4 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b89d9c2

Please sign in to comment.