diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-09-15 17:00:04 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-09-15 17:00:32 +0200 |
commit | 43112565d07df99f10a0ef2d472716cd4f09c9d4 (patch) | |
tree | 5f9922be33783ca2c78d3e1b3440d12709bb2818 /doc | |
parent | af53512554303ca6e3ca71c2851361834cc67d4b (diff) | |
download | fork-ledger-43112565d07df99f10a0ef2d472716cd4f09c9d4.tar.gz fork-ledger-43112565d07df99f10a0ef2d472716cd4f09c9d4.tar.bz2 fork-ledger-43112565d07df99f10a0ef2d472716cd4f09c9d4.zip |
Bump version number to 3.1.1
Diffstat (limited to 'doc')
-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 |