There was an error while loading. Please reload this page.
1 parent 2ebbfea commit f825610Copy full SHA for f825610
1 file changed
postgresql/documentation/changes.txt
@@ -1,8 +1,14 @@
1
Changes
2
=======
3
4
-1.0.3 in development
5
---------------------
+1.0.3 released on 2011-09-24
+----------------------------
6
+
7
+ * Use raise x from y to generalize exceptions. (Elvis Pranskevichus)
8
+ * Alter postgresql.string.quote_ident to always quote. (Elvis Pranskevichus)
9
+ * Add postgresql.string.quote_ident_if_necessary (Modification of Elvis Pranskevichus' patch)
10
+ * Many postgresql.string bug fixes (Elvis Pranskevichus)
11
+ * Correct ResourceWarnings improving Python 3.2 support. (jwp)
12
13
1.0.2 released on 2010-09-18
14
----------------------------
0 commit comments