2022-01-10 05:00:07 -05:00
|
|
|
* No longer add autoloaded paths to `$LOAD_PATH`.
|
|
|
|
|
|
|
|
This means it won't be possible to load them with a manual `require` call, the class or module can be referenced instead.
|
|
|
|
|
|
|
|
Reducing the size of `$LOAD_PATH` speed-up `require` calls for apps not using `bootsnap`, and reduce the
|
|
|
|
size of the `bootsnap` cache for the others.
|
|
|
|
|
|
|
|
*Jean Boussier*
|
|
|
|
|
2022-01-06 04:03:08 -05:00
|
|
|
* Remove default `X-Download-Options` header
|
2021-12-02 23:02:40 -05:00
|
|
|
|
2022-01-06 04:03:08 -05:00
|
|
|
This header is currently only used by Internet Explorer which
|
|
|
|
will be discontinued in 2022 and since Rails 7 does not fully
|
|
|
|
support Internet Explorer this header should not be a default one.
|
|
|
|
|
|
|
|
*Harun Sabljaković*
|
2021-12-02 23:02:40 -05:00
|
|
|
|
2021-12-07 10:52:30 -05:00
|
|
|
Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/railties/CHANGELOG.md) for previous changes.
|