Changelog tweak for lazy routes

Adds context to the changelog that eager-loaded envs will draw routes
eagerly like they did previously.
This commit is contained in:
Earlopain 2024-05-12 17:58:09 +02:00 committed by Gannon McGibbon
parent 6622075802
commit d56adb8d56

@ -5,6 +5,9 @@
Previously, this was executed unconditionally on boot, which can
slow down boot time unnecessarily for larger apps with lots of routes.
Environments like production that have `config.eager_load = true` will
continue to eagerly load routes on boot.
*Gannon McGibbon*
* Add Rubocop and GitHub Actions to plugin generator.