Author: tfischer
Date: Mon Apr 10 14:08:00 2006
New Revision: 393065
URL: http://svn.apache.org/viewcvs?rev=393065&view=rev
Log:
Added changelog for the last commit.
Modified:
db/torque/site/trunk/xdocs/changes.xml
Modified: db/torque/site/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/db/torque/site/trunk/xdocs/changes.xml?rev=393065&r1=393064&r2=393065&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Mon Apr 10 14:08:00 2006
@@ -29,6 +29,19 @@
<release version="3.2.1-dev" date="in SVN">
+ <action type="add" dev="tfischer">
+ Added a new convenience method, Transaction.begin(),
+ which is the same as Transaction.begin(Torque.getDefaultDb()).
+ </action>
+ <action type="update" dev="tfischer">
+ Centralized the information the runtime keeps about underlying
+ databases in a singe class called Database. Deprecated the
+ decentralized methods to access information about the databases.
+ </action>
+ <action type="update" dev="tfischer">
+ The IdBroker is now only started for a database if the IdMethod
+ idBroker is used in that database.
+ </action>
<action type="fix" dev="seade">
Use BigDecimal(double) constructor so as to help code compiled under
JDK 1.5 execute correctly under earlier JDKs
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]