gnucash-htdocs master: Fix more errors in 3.903 release announcement.
John Ralls
jralls at code.gnucash.org
Tue Jun 2 11:36:04 EDT 2020
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/d1f88a65 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/b9953288 (commit)
commit d1f88a6565ad88315f0830de189c6bb172be1ece
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Jun 2 08:35:56 2020 -0700
Fix more errors in 3.903 release announcement.
diff --git a/news/200601-3.903.news b/news/200601-3.903.news
index 4d5fc21..3ba5f7c 100644
--- a/news/200601-3.903.news
+++ b/news/200601-3.903.news
@@ -38,7 +38,7 @@
<li>gnucash --run-report=[reportname/guid] --output-file=x.html --export-type=TYPE datafile.gnucash</li>
</ul>
</li>
- <li>When deleting accounts the destination accounts of moved splits will be checked to ensure that they're the same as the source. If they're not you'll get a warning and the opportunity to pick another account or to carry on regardless.</li>
+ <li>When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they're not you'll get a warning and the opportunity to pick another account or to carry on regardless.</li>
<li>New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want.</li>
<li> Python bindings are now localized and their strings available for translation.</li>
<li> The new reports introduced in the <B>Experimental</B> Reports menu are moved to the main menu and the old reports hidden; the old reports can be unhidden by running GnuCash from the commandline with the <tt>--extra</tt> argument. That will cause the old reports to appear in their regular locations on the menu labeled <B>(legacy)</B>. Note that new reports use different options and layouts and you may need to adjust your saved report configurations.</li>
@@ -98,7 +98,7 @@
<h4>In previous 3.9xx releases</h4>
<ul>
<li>The source directories have been rearranged and most of the loadable modules (e.g. libgncmod-engine.so) are now normal dynamic libraries (libgnc-engine.so), shorn of their gnc-module adapters. Make sure that you clean and rebuild your build directory.</li>
- <li>All functions marked as deprecated in 3.x are now removed. If you have custom reports be sure to examine <tt>gnucash.trace</tt> for deprecation warnings and update your reports before trying them in GnuCash 3.91.</li>
+ <li>All functions marked as deprecated in 3.x are now removed. If you have custom reports be sure to examine <tt>gnucash.trace</tt> for deprecation warnings and update your reports before trying them in GnuCash 3.903.</li>
<li>libgncmod-generic-import is now libgnc-generic-import.</li>
<li>Scheme no longer uses libgncmodule, always do <tt>(use-modules (gnucash foo))</li></tt></li>
<li>Autocompletion improvements for the transfer-account field.</li>
Summary of changes:
news/200601-3.903.news | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list