Title: [993] trunk/docs/contents/changelog.rst: Don't forget to mention contributors in changelog
Revision
993
Author
cito
Date
2019-04-25 05:54:38 -0400 (Thu, 25 Apr 2019)

Log Message

Don't forget to mention contributors in changelog

Modified Paths


Diff

Modified: trunk/docs/contents/changelog.rst (992 => 993)


--- trunk/docs/contents/changelog.rst	2019-04-24 20:16:19 UTC (rev 992)
+++ trunk/docs/contents/changelog.rst	2019-04-25 09:54:38 UTC (rev 993)
@@ -4,7 +4,8 @@
 Version 5.1 (2019-mm-dd)
 ------------------------
 - Changes in the classic PyGreSQL module (pg):
-    - Support for prepared statements.
+    - Support for prepared statements (following a suggestion and first
+      implementation by Justin Pryzvy on the mailing list).
     - DB wrapper objects based on existing connections can now be closed and
       reopened properly (but the underlying connection will not be affected).
     - The query object can now be used as iterator and will then yield the
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to