Skip to content

Commit

Permalink
DOC Deprecate Controller::has_curr()
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Feb 13, 2025
1 parent d329e10 commit c483913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/08_Changelogs/5.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ See [indexes](/developer_guides/model/indexes/) to learn about indexes in Silver
- Passing `null` for the `$cast` parameter in [`Form::sessionError()`](api:SilverStripe\Forms\Form::sessionError()) is deprecated. Pass a ValidationResult::CAST_* constant instead.
- Passing `null` for the `$cast` parameter in [`Form::sessionFieldError()`](api:SilverStripe\Forms\Form::sessionFieldError()) is deprecated. Pass a ValidationResult::CAST_* constant instead.
- [`DBInt.Times()`](api:SilverStripe\ORM\FieldType\DBInt->Times()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`Controller.has_curr()`](api:SilverStripe\Control\Controller->has_curr()) has been deprecated. It will be removed without equivalent functionality to replace it.

## Bug fixes

Expand Down

0 comments on commit c483913

Please sign in to comment.