diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb0fe22f..b55b429a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Master
 
+* Add RuntimeParams to ConnConfig
+* ParseURI extracts RuntimeParams
+* ParseDSN extracts RuntimeParams
+* ParseEnvLibpq extracts PGAPPNAME
 * Prepare is now idempotent
 * Rows.Values now supports oid type
 * ConnPool.Release automatically unlistens connections (Joseph Glanville)