From ecbf74928f8714eec55cd9730f9a293629edb7aa Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sat, 29 Jun 2024 09:41:00 +0200 Subject: [PATCH] Remove unintended internal marker from release notes Fixes an issue from https://github.com/hydephp/develop/pull/1754/commits/8a1e57f7be88e2461361d58be3b4cd0afab2c719 --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 48d8030036e..99255b09e89 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -44,7 +44,7 @@ This serves two purposes: ### Removed - Breaking: Removed the build task `\Hyde\Framework\Actions\PostBuildTasks\GenerateSearch` (see upgrade guide below) - Breaking: Removed the deprecated `\Hyde\Framework\Services\BuildService::transferMediaAssets()` method (see upgrade guide below) -- Internal: Removed the deprecated global`unslash()` function, replaced with the namespaced `\Hyde\unslash()` function in https://github.com/hydephp/develop/pull/1754 +- Removed the deprecated global`unslash()` function, replaced with the namespaced `\Hyde\unslash()` function in https://github.com/hydephp/develop/pull/1754 - Internal: Removed the internal `DocumentationSearchPage::generate()` method as it was unused in https://github.com/hydephp/develop/pull/1569 ### Fixed