activities don't carry over custom data and tags
([14183](https://github.com/civicrm/civicrm-core/pull/14183))**
-- **dev/translation#26 Fix Notice errors caused by l10n rewriting of quer… ([14152](https://github.com/civicrm/civicrm-core/pull/14152))**
-
-- **dev/core#369 Prevent hard fail of API Job when SMS provider has been deleted ([14266](https://github.com/civicrm/civicrm-core/pull/14266))**
+- **Fix Notice errors caused by l10n rewriting of query so query outputed create
+ view rather than the create table
+ ([dev/translation#26](https://lab.civicrm.org/dev/translation/issues/26):
+ [14152](https://github.com/civicrm/civicrm-core/pull/14152))**
+
+ Fixes a notice `Undefined property: CRM_Core_DAO::$Create_Table in
+ CRM_Core_DAO::checkConstraintExists()..` when enabling a language in
+ multilingual mode.
+
+- **Deletion of SMS provider caused all scheduled reminders to fail to be sent
+ (begins work for [dev/core#369](https://lab.civicrm.org/dev/core/issues/369):
+ [14266](https://github.com/civicrm/civicrm-core/pull/14266))**
+
+ Before this change if the Scheduled reminder job was triggered and there were
+ active SMS scheduled reminders for which the SMS Provider has been deleted
+ the job would fail with the message "Provider not known or not provided"
+ and no scheduled reminders would go out this change makes it so the rest of
+ the scheduled reminder will go out.
- **dev/core#389 [preliminary cleanup+ test] Standardise metadat for custom field ([14401](https://github.com/civicrm/civicrm-core/pull/14401) and [14386](https://github.com/civicrm/civicrm-core/pull/14386))**