From 9759ad8beb3a587ee6c8cd1f603a94d96b632cd6 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 1 Dec 2023 16:17:10 +0100 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7309c20bf19..ead8bb0b1ba 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -29,3 +29,8 @@ This serves two purposes: ### Security - in case of vulnerabilities. + +### Internal + +- Internal: Only inject custom app config location when missing from parent in https://github.com/hydephp/develop/pull/1485 +- Internal: Remove experimental Phar support from internal configuration loader in https://github.com/hydephp/develop/pull/1485