From cf268a92ade193b21fc587eafc9fc7a2313d5805 Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Thu, 6 Jun 2024 11:54:20 +0200 Subject: [PATCH] add another fix --- release-notes.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/release-notes.md b/release-notes.md index 6db5e5a..b0c06da 100644 --- a/release-notes.md +++ b/release-notes.md @@ -5,11 +5,13 @@ Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus. ## Version 2024.6.1 -This is hotfix release that fixes an issue with tailwind builds where app styles were being -purged during the Docker build process. -This resulted in not all styles being properly rendered on Docker-based deployments. +This is hotfix release that addresses two issues from yesterday's update: -Thanks Steve for reporting this. +- Fix app styles accidentally being purged during the Docker build process. + This caused styling on Docker-based deployments for tailwind builds. +- Moved channels url import to after Django initialization. (Thanks Steve for reporting!) + This fixes an `AppRegistryNotReady` error when deploying asynchronous apps with the AI chat app enabled. + (Thanks Roman for reporting!) *June 6, 2024*