diff options
author | Craig Earls <enderw88@gmail.com> | 2015-09-18 06:53:23 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2015-09-18 06:53:23 -0700 |
commit | 5905c21ded741a9d17f67999a7e4c33da6c886c8 (patch) | |
tree | 8c373a1ceb8da8011cb41f1334b103eac3ef5b86 /doc/NEWS | |
parent | 1b3dfe93c53a6926d8027a2957be2645e22c9581 (diff) | |
parent | 88ad616d18b69eb03bc14eaa9ce6b32be90867a6 (diff) | |
download | fork-ledger-5905c21ded741a9d17f67999a7e4c33da6c886c8.tar.gz fork-ledger-5905c21ded741a9d17f67999a7e4c33da6c886c8.tar.bz2 fork-ledger-5905c21ded741a9d17f67999a7e4c33da6c886c8.zip |
Merge commit '88ad616d18b69eb03bc14eaa9ce6b32be90867a6' into next
Diffstat (limited to 'doc/NEWS')
-rw-r--r-- | doc/NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,11 +1,13 @@ Ledger NEWS -* 3.x.x +* 3.1.1 - Added a --no-revalued option - Improved Embedded Python Support +- Use ./.ledgerrc if ~/.ledgerrc doesn't exist + - Fixed parsing of transactions with single-character payees and comments - Fixed crash when using -M with empty result @@ -16,7 +18,7 @@ - Fixed crash when using --trace 10 or above -- Build fix for boost 1.56 +- Build fix for boost 1.56, 1.58, 1.59 - Build fix for Cygwin @@ -24,6 +26,10 @@ - Various documentation improvements +- Examples in the documentation are tested just like unit tests + +- Add continuous integration (https://travis-ci.org/ledger/ledger) + * 3.1 - Changed the definition of cost basis to preserve the original cost basis |