Skip to content

Commit

Permalink
Update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 13, 2023
1 parent c45a64e commit 49de93d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This serves two purposes:
- Add experimental InMemoryPage::getOutputPath overload support

### Changed
- for changes in existing functionality.
- Changed how the documentation search is generated, to be an InMemoryPage instead of a post-build task.

### Deprecated
- \Hyde\Framework\Actions\PostBuildTasks\GenerateSearch
Expand All @@ -30,3 +30,11 @@ This serves two purposes:
### Upgrade Guide

If there are any breaking changes, include an upgrade guide here.

#### Documentation search changes

The documentation search page and search index have been changed to be generated as InMemoryPages instead of a post-build task.

In case you have customized the GenerateSearch post-build task, you will need to adapt your code to the new InMemoryPage, which is generated in the HydeCoreExtension class.

For more information, see https://github.com/hydephp/develop/pull/1498.

0 comments on commit 49de93d

Please sign in to comment.