From b25d5d5fca5e7290831be08967251b1cc2ec1425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 29 Mar 2022 12:33:28 +0200 Subject: [PATCH] MOBILE-3833 chore: Add issue related to a deprecation --- src/core/pipes/to-locale-string.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/pipes/to-locale-string.ts b/src/core/pipes/to-locale-string.ts index 5783fea6c..908bc84f7 100644 --- a/src/core/pipes/to-locale-string.ts +++ b/src/core/pipes/to-locale-string.ts @@ -21,7 +21,8 @@ import { CoreLogger } from '@singletons/logger'; * Filter to format a timestamp to a locale string. Timestamp can be in seconds or milliseconds. * * @deprecated since 3.6. Use coreFormatDate instead. - * This pipe wasn't removed in app 4.0 because some site plugins still used it. It will be removed in future versions. + * This pipe wasn't removed in app 4.0 because some site plugins still used it. It will be removed in future versions + * (see MOBILE-2823). */ @Pipe({ name: 'coreToLocaleString',