From 61d469c3bada86cbeafaaeaea7cbbeee0b85cf42 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Thu, 1 Mar 2018 17:03:32 +0530 Subject: [PATCH] Update WHATSNEW for 62147 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 8d0d67131..4f82e815f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -23,6 +23,10 @@ Fixed bugs: * Fixed NullPointerException when a mappedresource is used in pathconvert Bugzilla Report 62076 + * Fixed an issue where a string, when used as a resource collection, within + tokens, would be replaced by property values + Bugzilla Report 62147 + Other changes: --------------