Author: wyoung
Date: Thu Feb  7 03:13:43 2008
New Revision: 2159

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2159&view=rev
Log:
Mentioned removal of Connection::close() in breakages chapter

Modified:
    trunk/doc/userman/breakages.dbx

Modified: trunk/doc/userman/breakages.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/breakages.dbx?rev=2159&r1=2158&r2=2159&view=diff
==============================================================================
--- trunk/doc/userman/breakages.dbx (original)
+++ trunk/doc/userman/breakages.dbx Thu Feb  7 03:13:43 2008
@@ -356,7 +356,7 @@
 
 
     <sect3 id="api-3.0.0">
-      <title>v3.0.0 (as of beta 2)</title>
+      <title>v3.0.0 (as of release candidate 3)</title>
 
       <sect4 id="api-3.0.0-names">
         <title>Class name changes</title>
@@ -500,6 +500,10 @@
           <methodname>status()</methodname> instead of
           <methodname>stat()</methodname>.</para></listitem>
         </itemizedlist>
+
+        <para>Also, removed <methodname>close()</methodname> in favor
+        of <methodname>disconnect()</methodname>, which has always
+        done the same thing.</para>
       </sect4>
 
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to