From e81f51b63df9c0bfc1355e9476591cba6b96b2cc Mon Sep 17 00:00:00 2001 From: Tiago Salem Herrmann Date: Wed, 2 Nov 2016 06:29:42 -0200 Subject: [PATCH] improve change description --- java/pending_code_changes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/java/pending_code_changes.txt b/java/pending_code_changes.txt index 57e401849..ef2c9706f 100644 --- a/java/pending_code_changes.txt +++ b/java/pending_code_changes.txt @@ -3,4 +3,6 @@ Code changes: length or not. This could result in more specific results; whereas before, a number from length 3 to length 6 may have been deemed possible, now we may exclude a number of length 5. - - Add hash (#) as a diallable character. + - Add hash (#) as a diallable character. Numbers with # in them will no longer + have formatting applied in formatInOriginalFormat, and + normalizeDiallableCharsOnly now retains the # symbol.