From 7255e4d853327196ad4dd794b3181750168f1145 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Mon, 22 Apr 2024 11:32:50 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae48f643da..46d7e9fd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Release Notes +## 5.0.0-alpha.5 (2024-04-22) + +### What's changed +- Blink augmentation of terms and entries fieldtypes. [#9938](https://github.com/statamic/cms/issues/9938) by @jasonvarga +- Fix slowdown caused by status PR. [#9928](https://github.com/statamic/cms/issues/9928) by @jasonvarga +- Update GraphiQL. [#9934](https://github.com/statamic/cms/issues/9934) by @duncanmcclean +- Drop legacy `rebing/graphql-laravel` code. [#9935](https://github.com/statamic/cms/issues/9935) by @duncanmcclean +- Fix statamic-prefixed commands not working when running `Artisan::call()` within please. [#9926](https://github.com/statamic/cms/issues/9926) by @jasonvarga +- Make `tearDown` method protected on `AddonTestCase`. [#9924](https://github.com/statamic/cms/issues/9924) by @duncanmcclean +- Fix please version. [#9925](https://github.com/statamic/cms/issues/9925) by @jasonvarga + + + ## 5.0.0-alpha.4 (2024-04-17) ### What's changed