- **System Check - Add a reminder about CIVICRM_SIGN_KEYS.
([23224](https://github.com/civicrm/civicrm-core/pull/23224))**
- Adds a system status check regarding CIVICRM_SIGN_KEYS.
+ Adds a system status check that generates a reminder about cryptographic
+ signing keys.
- **Restrict allowed uploads - contact image
([23147](https://github.com/civicrm/civicrm-core/pull/23147))**
[23199](https://github.com/civicrm/civicrm-core/pull/23199) and
[23245](https://github.com/civicrm/civicrm-core/pull/23245))**
- Adds a table for the purpose of tracking user jobs (imports) and associated
- temp tables and starts tracking the submittedValues and data source with it.
+ This adds a new table for the purpose of tracking user jobs (e.g. imports) and
+ associated temp tables and starts tracking the submittedValues and data source
+ with it.
- **CustomFields - Improve metadata about which custom groups belong to which
entities ([23336](https://github.com/civicrm/civicrm-core/pull/23336))**
([dev/core#3249](https://lab.civicrm.org/dev/core/-/issues/3249):
[23313](https://github.com/civicrm/civicrm-core/pull/23313))**
- Makes casetype a managed entity.
+ This makes `CaseType` in APIv4 a managed entity. This is part of a move
+ towards having all cases defined in configuration and deprecating XML-defined
+ case types.
### CiviContribute