diff --git a/content/changelog/2024-07-26.md b/content/changelog/2024-07-26.md index e8e817ee9e..6ef1ce1cb2 100644 --- a/content/changelog/2024-07-26.md +++ b/content/changelog/2024-07-26.md @@ -4,7 +4,7 @@ description: Self-serve logical replication, better-defined compute types, and i ### Self-serve logical replication -You can once again enable [logical replication](/docs/introduction/logical-replication) for your Neon project from the **Settings** → **Beta** page in the Neon Console. This feature lets you replicate data changes from Neon to external data services and platforms. +You can once again enable [logical replication](/docs/introduction/logical-replication) for your Neon project from the **Settings** → **Beta** page in the Neon Console. This feature lets you replicate data changes from Neon to external data services and platforms. ![Enable logical replication](/docs/relnotes/enable_lr.png) @@ -32,10 +32,9 @@ For more information, see: ### Neon CLI `create-app` improvements The Neon CLI `create-app` command initializes a new Neon project and bootstraps a full-stack application using your preferred package manager. This feature is very new, but it's maturing fast: + - It now supports Prisma as another ORM option for your bootstrapped application. - It also now creates two separate branches for your app's Neon project: your main branch and a development branch. ![create-app branches](/docs/relnotes/create-app-branches.png) To learn more, see [Neon CLI commands — create-app](/docs/reference/cli-create-app). - -