1212< h1 class ="title "> Changelog for DBUtils</ h1 >
1313
1414< section id ="id1 ">
15+ < h2 > 2.0.2</ h2 >
16+ < p > DBUtils 2.0.2 was released on ...</ p >
17+ < p > Changes:</ p >
18+ < ul class ="simple ">
19+ < li > < p > Allow using context managers for pooled connections.</ p > </ li >
20+ </ ul >
21+ </ section >
22+ < section id ="id2 ">
1523< h2 > 2.0.1</ h2 >
1624< p > DBUtils 2.0.1 was released on April 8, 2021.</ p >
1725< p > Changes:</ p >
1826< ul class ="simple ">
19- < li > < p > Avoid "name Exception is not defined" when exiting</ p > </ li >
27+ < li > < p > Avoid "name Exception is not defined" when exiting. </ p > </ li >
2028</ ul >
2129</ section >
22- < section id ="id2 ">
30+ < section id ="id3 ">
2331< h2 > 2.0</ h2 >
2432< p > DBUtils 2.0 was released on September 26, 2020.</ p >
2533< p > It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</ p >
@@ -35,7 +43,7 @@ <h2>2.0</h2>
3543< li > < p > This changelog has been compiled from the former release notes.</ p > </ li >
3644</ ul >
3745</ section >
38- < section id ="id3 ">
46+ < section id ="id4 ">
3947< h2 > 1.4</ h2 >
4048< p > DBUtils 1.4 was released on September 26, 2020.</ p >
4149< p > It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</ p >
@@ -46,7 +54,7 @@ <h2>1.4</h2>
4654inside a transaction.</ p > </ li >
4755</ ul >
4856</ section >
49- < section id ="id4 ">
57+ < section id ="id5 ">
5058< h2 > 1.3</ h2 >
5159< p > DBUtils 1.3 was released on March 3, 2018.</ p >
5260< p > It is intended to be used with Python versions 2.6, 2.7 and 3.4 to 3.7.</ p >
@@ -55,12 +63,12 @@ <h2>1.3</h2>
5563< li > < p > This version now supports context handlers for connections and cursors.</ p > </ li >
5664</ ul >
5765</ section >
58- < section id ="id5 ">
66+ < section id ="id6 ">
5967< h2 > 1.2</ h2 >
6068< p > DBUtils 1.2 was released on February 5, 2017.</ p >
6169< p > It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</ p >
6270</ section >
63- < section id ="id6 ">
71+ < section id ="id7 ">
6472< h2 > 1.1.1</ h2 >
6573< p > DBUtils 1.1.1 was released on February 4, 2017.</ p >
6674< p > It is intended to be used with Python versions 2.3 to 2.7.</ p >
@@ -74,7 +82,7 @@ <h2>1.1.1</h2>
7482< li > < p > Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</ p > </ li >
7583</ ul >
7684</ section >
77- < section id ="id7 ">
85+ < section id ="id8 ">
7886< h2 > 1.1</ h2 >
7987< p > DBUtils 1.1 was released on August 14, 2011.</ p >
8088< p > Improvements:</ p >
@@ -103,7 +111,7 @@ <h2>1.1</h2>
103111< li > < p > Fixed some minor issues with the < span class ="docutils literal "> DBUtilsExample</ span > for Webware.</ p > </ li >
104112</ ul >
105113</ section >
106- < section id ="id8 ">
114+ < section id ="id9 ">
107115< h2 > 1.0</ h2 >
108116< p > DBUtils 1.0 was released on November 29, 2008.</ p >
109117< p > It is intended to be used with Python versions 2.2 to 2.6.</ p >
@@ -136,7 +144,7 @@ <h2>1.0</h2>
136144the MySQLdb module (problem reported by Gregory Pinero).</ p > </ li >
137145</ ul >
138146</ section >
139- < section id ="id9 ">
147+ < section id ="id10 ">
140148< h2 > 0.9.4</ h2 >
141149< p > DBUtils 0.9.4 was released on July 7, 2007.</ p >
142150< p > This release fixes a problem in the destructor code and has been supplemented
@@ -145,7 +153,7 @@ <h2>0.9.4</h2>
145153in the last release, since you can now pass custom creator functions
146154for database connections instead of DB-API 2 modules.</ p >
147155</ section >
148- < section id ="id10 ">
156+ < section id ="id11 ">
149157< h2 > 0.9.3</ h2 >
150158< p > DBUtils 0.9.3 was released on May 21, 2007.</ p >
151159< p > Changes:</ p >
@@ -160,7 +168,7 @@ <h2>0.9.3</h2>
160168Added Chinese translation of the User's Guide, kindly contributed by gashero.</ p > </ li >
161169</ ul >
162170</ section >
163- < section id ="id11 ">
171+ < section id ="id12 ">
164172< h2 > 0.9.2</ h2 >
165173< p > DBUtils 0.9.2 was released on September 22, 2006.</ p >
166174< p > It is intended to be used with Python versions 2.2 to 2.5.</ p >
@@ -170,7 +178,7 @@ <h2>0.9.2</h2>
170178storage engine. Accordingly, renamed < span class ="docutils literal "> SolidPg</ span > to < span class ="docutils literal "> SteadyPg</ span > .</ p > </ li >
171179</ ul >
172180</ section >
173- < section id ="id12 ">
181+ < section id ="id13 ">
174182< h2 > 0.9.1</ h2 >
175183< p > DBUtils 0.9.1 was released on May 8, 2006.</ p >
176184< p > It is intended to be used with Python versions 2.2 to 2.4.</ p >
@@ -184,7 +192,7 @@ <h2>0.9.1</h2>
184192< li > < p > Improved the documentation and added a User's Guide.</ p > </ li >
185193</ ul >
186194</ section >
187- < section id ="id13 ">
195+ < section id ="id14 ">
188196< h2 > 0.8.1 - 2005-09-13</ h2 >
189197< p > DBUtils 0.8.1 was released on September 13, 2005.</ p >
190198< p > It is intended to be used with Python versions 2.0 to 2.4.</ p >
0 commit comments