summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-09-14 06:25:29 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-09-14 06:25:29 -0400
commit061e19e302fb62eaafbd2029671bdd46dd4d7814 (patch)
tree081700c4302e6efc0f7954dbeaf8d86d4e63e907 /NEWS
parent0b0c9b5bd13b1dedf100b137e3a35be60d3d3a27 (diff)
downloadfork-ledger-061e19e302fb62eaafbd2029671bdd46dd4d7814.tar.gz
fork-ledger-061e19e302fb62eaafbd2029671bdd46dd4d7814.tar.bz2
fork-ledger-061e19e302fb62eaafbd2029671bdd46dd4d7814.zip
make config_t visible to Python; almost possible to implement main.cc in main.py
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7dfef589..7d4c8b55 100644
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,17 @@
* 2.0
-- The code base was rewritten for clarity and consistency. It is now
- simpler internally, more robust, and much faster.
+- The code was completely rewritten.
- The most significant feature added are "value expressions". They
are used in several places to indicate what to display, sorting
order, output format, etc. Logic and math operators are supported,
- as well as a few functions. See the documentation for more info.
+ as well as a few functions. See manual.
+
+- If Boost.Python is installed, then ledger can support full Python
+ integration. It can can be used as a module (ledger.so), as well as
+ supporting Python function calls directly from value expressions.
+ See manual.
- If the environment variable LEDGER (or LEDGER_FILE) is used, a
binary cache of that ledger is now kept in ~/.ledger (or