diff options
author | Michael Budde <mbudde@gmail.com> | 2019-02-23 14:36:43 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2019-03-30 19:47:47 +0700 |
commit | 13044f9c8d5757b6885d78cb5f7f37770e3750ab (patch) | |
tree | d9f6960a86f975ea49aceecd8ddbadb24d5e54a0 /doc | |
parent | 151b762e6a0e60015336b3a53e20358e058384d3 (diff) | |
download | fork-ledger-13044f9c8d5757b6885d78cb5f7f37770e3750ab.tar.gz fork-ledger-13044f9c8d5757b6885d78cb5f7f37770e3750ab.tar.bz2 fork-ledger-13044f9c8d5757b6885d78cb5f7f37770e3750ab.zip |
Reject postings with comment after flag
Fixes #1753
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NEWS.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/NEWS.md b/doc/NEWS.md index 8b3ec1fc..ce468b7f 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -2,6 +2,8 @@ ## 3.1.3 (unreleased) +- Properly reject postings with a comment right after the flag (bug #1753) + - Make sorting order of lot information deterministic (bug #1747) - Remove the `org` command, which was always a hack to begin with (bug #1706) |