From 6909e3435e3d0f3599ba345b03d3dbb4c3fbc02f Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Sat, 24 Jul 2021 19:42:47 -0500 Subject: [PATCH] Add changelog for embedding views recursively --- api.rst | 4 ++-- releases/upcoming.rst | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/api.rst b/api.rst index 3ec32d019..246d17a20 100644 --- a/api.rst +++ b/api.rst @@ -695,8 +695,6 @@ It's also possible to embed `Materialized Views `_ +* Allow :ref:`embedding_view_chains` recursively to any depth. + |br| -- `@wolfgangwalther `_ + * Allow schema cache reloading using PostgreSQL :ref:`NOTIFY ` command. |br| -- `@steve-chavez `_