From 248a83a8df854e75f39965079a6ae68069a52bb1 Mon Sep 17 00:00:00 2001 From: prplwtf Date: Fri, 30 Aug 2024 21:42:49 +0200 Subject: [PATCH] feat `changelog` `beta-2024-08`: update changelog --- docs/pages/about/changelog/beta-2024-08.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/about/changelog/beta-2024-08.md b/docs/pages/about/changelog/beta-2024-08.md index 074f53a..abb5d63 100644 --- a/docs/pages/about/changelog/beta-2024-08.md +++ b/docs/pages/about/changelog/beta-2024-08.md @@ -12,6 +12,10 @@ - [Custom controllers](?page=developing-extensions/Custom-controllers) can now utilize 2 additional HTTP methods (`PUT`, `DELETE`). - Add new [`developerEscalateInstallScript`](?page=documentation/flags) flag which allows developers to run install scripts with the same permissions as Blueprint has. This flag will only function when installing extensions through developer commands. - The Blueprint ascii logo showing in `-info` has been modified to the (vertical) retro version. +- Descriptions of the `bp:sync` and `bp:latest` artisan commands have been changed. +- Add new "Find more extensions" button to extensions page to promote the [Blueprint extension repository](/browse). +- Removed Bash autocompletion for `-debug`. +- Slight spacing changes on extension admin pages.