[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Feb 7 18:06:00 2003


User:      racke
Date:      2003-02-07 23:04:32 GMT
Modified:  .        WHATSNEW
Log:
documented changes from yesterday

Revision  Changes    Path
2.98      +14 -0     interchange/WHATSNEW


rev 2.98, prev_rev 2.97
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.97
retrieving revision 2.98
diff -u -r2.97 -r2.98
--- WHATSNEW	7 Feb 2003 01:10:41 -0000	2.97
+++ WHATSNEW	7 Feb 2003 23:04:32 -0000	2.98
@@ -51,6 +51,11 @@
 
   Thanks to Daniel Hutchinson for finding the problem!
 
+* Add no_requery option to Vend::Table::DBI::query method to ensure that
+  SQL::Statement will not be called. Use it when you are sure your table is
+  in the database referenced....avoids errors on multiple key inserts that
+  might return undef.
+
 Menu
 ----
 
@@ -112,6 +117,15 @@
 * Check for SQL::Statement version (with hooks for testing any version,
   lower or higher) at admin index load time, and provide warning that
   things won't work properly.
+
+* Allow multiple help window destinations.
+
+* Remove preferred payment method from customer view and change primitive
+  used to display username.
+
+* Fix "admin/bg.gif not found" error.
+
+* Allow pass of nodelete and mv_auto_export options in URL.
 
 Payment
 -------