summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlawek Figiel <slawek@isc.org>2024-05-22 12:06:38 +0200
committerSlawek Figiel <slawek@isc.org>2024-05-23 14:18:15 +0200
commit11e65cd3216497fda9941b1ef7525f8528d9af77 (patch)
tree94a2185c251786f78d63720a8da5acf78c3c5bbc
parent[#2773] Update DB creation for Postgres 15+ (diff)
downloadkea-11e65cd3216497fda9941b1ef7525f8528d9af77.tar.xz
kea-11e65cd3216497fda9941b1ef7525f8528d9af77.zip
[#2773] Update Changelog
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec7e5ec3b3..1fdc741668 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2240. [doc] slawek
+ Updated the documentation sections regarding creating a Postgres
+ database to consider the restricted default privileges provided
+ in Postgres 15.
+ (Gitlab #2773)
+
2239. [func]* razvan
Removed deprecated parameter: "reservation-mode".
(Gitlab #2959)