summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2023-01-23 15:42:25 -0800
committerMartin Michlmayr <tbm@cyrius.com>2023-01-25 11:20:08 +0800
commit35713fe79b767de79a44e3925db3536bc750c214 (patch)
tree33f3529a8428b42cf36952879382c79c898f57b4 /NEWS.md
parent0925eb53b4c94cff4843b6ed6e1c955d3ba1e2a0 (diff)
downloadfork-ledger-35713fe79b767de79a44e3925db3536bc750c214.tar.gz
fork-ledger-35713fe79b767de79a44e3925db3536bc750c214.tar.bz2
fork-ledger-35713fe79b767de79a44e3925db3536bc750c214.zip
Disallow numbers in function names
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index ac407e11..e2cc44ca 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -44,6 +44,8 @@
to include for stdin (`-f -`). Also for `-f -` when `include` cannot find the
file it reports the error with full path now. (bug #2057 & bug #2092)
+- Numbers are no longer permitted in value expression function names.
+
- Various documentation improvements
## 3.2.1 (2020-05-18)