Skip to content

Commit

Permalink
Added PR to the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanst-stoyanov committed Apr 12, 2014
1 parent dc90d4e commit 18c51a1
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
###In Development
- [#186](https://github.com/Mehdik/Humanizer/pull/186): Refactored 'ToOrdinalWords` to use existing `NumberToWordsExtension` to prepare for Ordinal localization
[Commits](https://github.com/MehdiK/Humanizer/compare/v1.20.2...master)
- [#193](https://github.com/Mehdik/Humanizer/pull/193): Fixed the NullException error on DateTime.Humanize

[Commits](https://github.com/MehdiK/Humanizer/compare/v1.20.2...master)
- [#181](https://github.com/Mehdik/Humanizer/pull/181): Added Bulgarian localization, date and timespan tests
[Commits](https://github.com/MehdiK/Humanizer/compare/v1.20.2...master)

###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.
- [#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
- [#172](https://github.com/MehdiK/Humanizer/pull/172): Added Polish translation for ToWords
- [#184](https://github.com/Mehdik/Humanizer/pull/184): Fixed spelling error with forth/fourth in EnglishNumberToWordsConverter

[Commits](https://github.com/MehdiK/Humanizer/compare/v1.19.1...master)
[Commits](https://github.com/MehdiK/Humanizer/compare/v1.19.1...v1.20.2)

###v1.19.1 - 2014-04-10
- [#149](https://github.com/MehdiK/Humanizer/pull/149): Improved & refactored number to words localisation
Expand Down Expand Up @@ -145,4 +157,3 @@ fix it based on your requirements.

###v1.0.0 - 2013-11-10
No release history before this point: check out http://www.mehdi-khalili.com/humanizer-v1 for the feature-set at V1

0 comments on commit 18c51a1

Please sign in to comment.