Skip to content

Commit 373254f

Browse files
committed
Fix CHANGELOG entry
1 parent 45ae60e commit 373254f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
* Skip spring without error if spring is not in installed bundler groups.
4+
35
* Adds a Spring.after_environment_load hook that runs immediately after the Rails application environment is
46
loaded in the Spring server process, but before GC.compact/Process.warmup and before the server enters its
57
wait loop. This hook enables applications to preload expensive test infrastructure (e.g. test helpers, fixture
@@ -55,8 +57,6 @@ with.
5557

5658
* Fix a small compatibility issue with Ruby 3.2 causing `Kernel#raise` to not accept a `cause`.
5759

58-
* Skip spring without error if spring is not in installed bundler groups.
59-
6060
## 4.1.0
6161

6262
* Fix bug which makes commands to freeze when the Rails application is writing to STDERR.

0 commit comments

Comments
 (0)