Skip to content

Commit

Permalink
minor tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiK committed Apr 9, 2014
1 parent 23241bc commit fb2d3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
###In Development
- [#137](https://github.com/MehdiK/Humanizer/pull/137):
- Fixed grammar error in `nb-NO` resource file
- Added missing Norwegian resource strings (mainly `DateHumanize_*FromNow`) with tests
- Added tests for Norwegian `TimeSpan` resource strings

- [#135](https://github.com/MehdiK/Humanizer/pull/135): Swedish localization (strings, tests)
- [#137](https://github.com/MehdiK/Humanizer/pull/137): Fixed grammar error in `nb-NO` resource file & added missing Norwegian resource strings (mainly `DateHumanize_*FromNow`)
- [#135](https://github.com/MehdiK/Humanizer/pull/135): Added Swedish localization (strings, tests)

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,5 @@ public void Now(int years, string expected)
{
DateHumanize.Verify(expected, years, TimeUnit.Year, Tense.Future);
}

}
}

0 comments on commit fb2d3d7

Please sign in to comment.