From 40ed349bba160247ee2d10b7a48e836077a5ac7e Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Wed, 26 Jun 2024 19:40:04 -0500 Subject: [PATCH] changelog: add missing entries for #3592 and #3616 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45687df6a..9bc3e3d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #2052, Dropped support for PostgreSQL 10 - @wolfgangwalther - #2052, Dropped support for PostgreSQL 11 - @wolfgangwalther +### Documentation + + - #3592, Architecture diagram now supports dark mode and has links - @laurenceisla + - #3616, The schema isolation diagram now supports dark mode and uses well-known schemas - @laurenceisla + ## [12.2.0] - 2024-06-11 ### Added