summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f847ef..75011f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+2007-04-14 Federico Di Gregorio <fog@initd.org>
+
+ * psycopg/psycopg.h: fixed probable typo in definition of
+ CONV_CODE_PY_SSIZE_T: d -> i for Python < 2.5.
+
+ * Fixed some of the examples.
+
2007-04-13 Federico Di Gregorio <fog@initd.org>
+ * Applied slighly modified patch from daniel (#176). Made
+ buffer size a compile-time parameter.
+
* Applied patch from David Rushby: typecast_binary.c cleanup.
* Applied patch from David Rushby for int->size_t transition.