From 524f485d9e790c353ebfd650346565f0591cef38 Mon Sep 17 00:00:00 2001 From: Akhil G Krishnan Date: Thu, 14 Sep 2023 17:35:52 +0000 Subject: [PATCH] Added new railties notable changes in 7.1 release note --- guides/source/7_1_release_notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guides/source/7_1_release_notes.md b/guides/source/7_1_release_notes.md index bd35025978c77..65f51ae61163a 100644 --- a/guides/source/7_1_release_notes.md +++ b/guides/source/7_1_release_notes.md @@ -450,6 +450,14 @@ Please refer to the [Changelog][railties] for detailed changes. * Add `DATABASE` option that enables the specification of the target database when executing the `rails railties:install:migrations` command to copy migrations. +* Add support for Bun in `rails new --javascript` generator. + + ```bash + $ rails new my_new_app --javascript=bun + ``` + +* Add ability to show slow tests to the test runner. + Action Cable ------------