From d3f41a8c6c5a5e855c3f92a8942b303813373f98 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Thu, 3 Oct 2024 10:36:00 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e342545b2d..e6d1cfd7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Release Notes +## 5.30.0 (2024-10-03) + +### What's new +- Support scopes as query methods [#5927](https://github.com/statamic/cms/issues/5927) by @aerni + +### What's fixed +- Move nocache js back to end of body but make configurable [#10898](https://github.com/statamic/cms/issues/10898) by @jasonvarga +- Fix static cache locking [#10887](https://github.com/statamic/cms/issues/10887) by @duncanmcclean +- Prevent autoloading non-PHP files [#10886](https://github.com/statamic/cms/issues/10886) by @duncanmcclean +- Don't show updates badge count for local/dev installations [#10884](https://github.com/statamic/cms/issues/10884) by @jesseleite +- Update tiptap npm dependencies [#10883](https://github.com/statamic/cms/issues/10883) by @jasonvarga + + + ## 5.29.0 (2024-10-01) ### What's new