From 65c15360ece2f9258538a56c1ccd79a715845c1d Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 23 May 2022 13:29:37 +0200 Subject: [PATCH] Update RELEASE-NOTES-DRAFT.md --- .github/dev-docs/RELEASE-NOTES-DRAFT.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/dev-docs/RELEASE-NOTES-DRAFT.md b/.github/dev-docs/RELEASE-NOTES-DRAFT.md index c07343af..185e7750 100644 --- a/.github/dev-docs/RELEASE-NOTES-DRAFT.md +++ b/.github/dev-docs/RELEASE-NOTES-DRAFT.md @@ -1,5 +1,9 @@ # Draft for the release notes of upcoming HydePHP versions +--- + +# v0.28.0-beta - Refactor configuration files + ## Changes to the configuration files The entire configuration system has been refactored. @@ -18,6 +22,9 @@ to update the codebase: `hyde.docs_sidebar_header_title` => `docs.header_title` +### Authors.yml has been removed + +The authors.yml and related services have been removed. Define authors in the main Hyde config instead. ### Deprecations and removals @@ -25,4 +32,9 @@ The deprecated option named `hyde.docs_directory` has been removed. Use `docs.output_directory` instead. -The authors.yml and related services have been removed. Define authors in the main Hyde config instead. \ No newline at end of file +## What's Changed +* Refactor configuration to use snake_case for all options, and extract documentation settings to own file by @caendesilva in https://github.com/hydephp/framework/pull/444 +* Refactor author configuration system by @caendesilva in https://github.com/hydephp/framework/pull/449 + + +**Full Changelog**: https://github.com/hydephp/framework/compare/v0.27.12-beta...v0.28.0-beta \ No newline at end of file