From 28b18a9172a3258de42a971264843eb6166d7fe1 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 26 Oct 2023 20:55:54 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1de96d45224..d747a6cf63f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,9 +12,10 @@ This serves two purposes: ### Added - Added support for setting custom content when calling source file creator actions directly in https://github.com/hydephp/develop/pull/1393 - Added support for setting a custom post date when calling post file creator action directly in https://github.com/hydephp/develop/pull/1393 +- The realtime compiler dashboard is now interactive, and allows you to make edits to your project right from the browser https://github.com/hydephp/develop/pull/1392 ### Changed -- Realtime Compiler: The `DashboardController` class is now marked as internal, as it is not intended to be used outside of the package. +- Realtime Compiler: The `DashboardController` class is now marked as internal, as it is not intended to be used outside of the package https://github.com/hydephp/develop/pull/1394 ### Deprecated - for soon-to-be removed features.