File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -215,12 +215,16 @@ Please refer to the [Changelog][railties] for detailed changes.
215
215
216
216
* Remove deprecated ` bin/rails secrets:setup ` command.
217
217
218
+ * Remove default ` X-Download-Options ` header since it is used only by Internet Explorer.
219
+
218
220
### Deprecations
219
221
220
222
* Deprecated usage of ` Rails.application.secrets ` .
221
223
222
224
* Deprecated ` secrets:show ` and ` secrets:edit ` commands in favor of ` credentials ` .
223
225
226
+ * Deprecated ` Rails::Generators::Testing::Behaviour ` in favor of ` Rails::Generators::Testing::Behavior ` .
227
+
224
228
### Notable changes
225
229
226
230
* Add ` sandbox_by_default ` option to start rails console in sandbox mode by default.
@@ -268,8 +272,18 @@ Please refer to the [Changelog][action-pack] for detailed changes.
268
272
269
273
* Deprecate ` ActionDispatch::IllegalStateError ` .
270
274
275
+ * Deprecate ` speaker ` , ` vibrate ` , and ` vr ` permissions policy directives.
276
+
271
277
### Notable changes
272
278
279
+ * Add ` exclude? ` method to ` ActionController::Parameters ` . It is the inverse of ` include? ` method.
280
+
281
+ * Add ` ActionController::Parameters#extract_value ` method to allow extracting serialized values from params.
282
+
283
+ * Add the ability to use custom logic for storing and retrieving CSRF tokens.
284
+
285
+ * Add ` html ` and ` screenshot ` kwargs for system test screenshot helper.
286
+
273
287
Action View
274
288
-----------
275
289
You can’t perform that action at this time.
0 commit comments