branch: elpa/pg
commit 4d508d781821e156ae2b717cf0962de72cdb00ed
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>

    Document the password-as-zero-arg-function support
---
 CHANGELOG.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd72f07df65..caf913ea5f2 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
 # Changelog
 
 
+## [0.61] - Unreleased
+
+- Add support for providing a password for authentication as a function, 
rather than as a string.
+  This allows for integration with the auth-source functionality in Emacs, and 
helps to reduce the
+  length of time where passwords remain present in RAM. Patch from @Kaylebor.
+
+
 ## [0.60] - 2025-09-21
 
 - Add support for version 3.2 of the wire protocol, introduced in PostgreSQL 
v18. The only change

Reply via email to