From 310b0ca1f49dfed359ef6fc55563d380072905da Mon Sep 17 00:00:00 2001 From: Mahmoud Ali Date: Thu, 10 Apr 2014 20:06:02 -0400 Subject: [PATCH] release notes for Pull Request #174 --- release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release_notes.md b/release_notes.md index 0bf9a8279..28e7ed414 100644 --- a/release_notes.md +++ b/release_notes.md @@ -9,6 +9,7 @@ ###v1.20.2 - 2014-04-11 - [#171](https://github.com/MehdiK/Humanizer/pull/171): T4-Template fix: Using EnglishNumberToWordsConverter instead of 'ToWords()' while dogfooding the template with the library. + - [#174](https://github.com/MehdiK/Humanizer/pull/174): Changed the NumberToWords Converter to find the right converter by the language Name as well. - [#165](https://github.com/MehdiK/Humanizer/pull/165): Added precision based `DateTime.Humanize` strategy - [#155](https://github.com/MehdiK/Humanizer/pull/155): French and Belgian French localisation - [#151](https://github.com/MehdiK/Humanizer/pull/151): Added Spanish ToWords Translations