From 38f938c487d6a4bfa21398c4efb7efdb0ddee038 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sat, 8 Jun 2024 09:26:37 +0000 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 156e905b363..c9bfe0aafa2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -16,6 +16,8 @@ This serves two purposes: ### Changed - When a navigation group is set in front matter, it will now be used regardless of the subdirectory configuration in https://github.com/hydephp/develop/pull/1703 (fixes https://github.com/hydephp/develop/issues/1515) +- Use late static bindings to support overriding data collections file finding in https://github.com/hydephp/develop/pull/1717 (fixes https://github.com/hydephp/develop/issues/1716) + ### Deprecated - for soon-to-be removed features. @@ -25,6 +27,7 @@ This serves two purposes: ### Fixed - Fixed explicitly set front matter navigation group behavior being dependent on subdirectory configuration, fixing https://github.com/hydephp/develop/issues/1515 in https://github.com/hydephp/develop/pull/1703 +- Fixed DataCollections file finding method not being able to be overriden https://github.com/hydephp/develop/issues/1716 in https://github.com/hydephp/develop/pull/1717 ### Security - in case of vulnerabilities.