diff --git a/RELEASE.md b/RELEASE.md index 0543c37a..e0f0012b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,6 +4,7 @@ - Updated the `NetlifyRedirects` setting so that when `true`, any existing Netlify-style `_redirects` file will be output (underscore files are normally excluded by default). - Added a new `NetlifyPrefixRedirects` setting (`true` by default) that will automatically create redirect entries to files and folders that are prefixed with a specific value (`^` by default) from requests without the prefix. This is helpful when needing to publish files or folder prefixed with a `.` since [Netlify deployment doesn't support them](https://answers.netlify.com/t/netlify-deploy-api-removes-files-and-directories-beginning-with-a-period/37728/9) (#1002). - Improved script injection behavior (I.e. for live reload support) when the HTML document deviates from standards (I.e. directly after Markdown rendering). +- Updated Statiq Framework reference to version [1.0.0-beta.65](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.65). # 1.0.0-beta.52