minor edit to NEWS file
This commit is contained in:
parent
4e6157b74a
commit
b4b20a6ca7
1 changed files with 7 additions and 7 deletions
14
NEWS
14
NEWS
|
|
@ -96,13 +96,13 @@
|
||||||
- The -S flag now takes a value expression as the sorting criteria.
|
- The -S flag now takes a value expression as the sorting criteria.
|
||||||
To sort on the amount, use -S T (balance) or -S t (register).
|
To sort on the amount, use -S T (balance) or -S t (register).
|
||||||
|
|
||||||
- If Boost.Python is installed, ledger can support full, two-way
|
- If Boost.Python is installed, ledger supports full, two-way Python
|
||||||
Python integration. This feature is enabled by passing
|
integration. This feature is enabled by passing --enable-python to
|
||||||
--enable-python to the "configure" script before building. Ledger
|
the "configure" script before building. Ledger can then be used as
|
||||||
can then be used as a module (ledger.so), as well as supporting
|
a module (ledger.so), as well as supporting Python function calls
|
||||||
Python function calls directly from value expressions. See main.py
|
directly from value expressions. See main.py for an example of
|
||||||
for an example of driving Ledger from Python. It implements nearly
|
driving Ledger from Python. It implements nearly all the
|
||||||
all the functionality of the C++ driver, main.cc.
|
functionality of the C++ driver, main.cc.
|
||||||
|
|
||||||
Note that this feature has yet to mature, and so is not being
|
Note that this feature has yet to mature, and so is not being
|
||||||
supported in this release. It is mostly functional, however, and
|
supported in this release. It is mostly functional, however, and
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue