summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2016-07-29 14:13:51 -0700
committerMartin Michlmayr <tbm@cyrius.com>2016-07-29 14:13:51 -0700
commitcb31fead6bd7b4de2782aadf5a659d207a0a4b18 (patch)
tree06acfe7a708e07db536a506368372b840912e72e
parent67d21ed4b083424831e51a649060fbde7c2f735b (diff)
downloadfork-ledger-cb31fead6bd7b4de2782aadf5a659d207a0a4b18.tar.gz
fork-ledger-cb31fead6bd7b4de2782aadf5a659d207a0a4b18.tar.bz2
fork-ledger-cb31fead6bd7b4de2782aadf5a659d207a0a4b18.zip
Update doc/NEWS for 3.1.2
-rw-r--r--doc/NEWS21
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 001258d2..d7d91851 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -2,7 +2,26 @@
* 3.1.2
-- Increased maximum length for regex from 255 to 4095.
+- Increased maximum length for regex from 255 to 4095 (bug #981).
+
+- Initialize periods from from/since clause rather than earliest
+ transaction date (bug #1159).
+
+- Check balance assertions against the amount after the posting (bug #1147).
+
+- Fixed period duration of "every X days" and similar statements (bug #370).
+
+- Python: Removed double quotes from Unicode values.
+
+- ledger.el: Made links in ledger-report "register" commands optional.
+
+- ledger.el: Added a "binary" format specifier to ledger-report.
+
+- ledger.el: Consider ISO dates in `ledger-read-date'.
+
+- ledger.el: Fixed compatibility problem with spacemacs.
+
+- Various documentation improvements
* 3.1.1