Add changelog for embedding views recursively

This commit is contained in:
Laurence Isla
2021-07-25 14:49:42 -05:00
committed by Steve Chavez
parent 2e50a22e64
commit 6909e3435e
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -16,6 +16,9 @@ Added
* Allow :ref:`s_procs_variadic`.
|br| -- `@wolfgangwalther <https://github.com/wolfgangwalther>`_
* Allow :ref:`embedding_view_chains` recursively to any depth.
|br| -- `@wolfgangwalther <https://github.com/wolfgangwalther>`_
* Allow schema cache reloading using PostgreSQL :ref:`NOTIFY <schema_reloading_notify>` command.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_