From 34a453c9ffaded8d17ef2e6b3269241eacbbbf9b Mon Sep 17 00:00:00 2001 From: George Hahn Date: Sat, 5 Jul 2014 20:19:24 -0400 Subject: [PATCH] Added byte rate calculation functons, closes #296 closes #314 --- release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release_notes.md b/release_notes.md index 471a0ba1d..5976c8919 100644 --- a/release_notes.md +++ b/release_notes.md @@ -32,6 +32,7 @@ ###v1.29.0 - 2014-09-12 - [#320](https://github.com/MehdiK/Humanizer/pull/320): Fixed Dehumanize actually humanizing an already dehumanized string - [#322](https://github.com/MehdiK/Humanizer/pull/322): DefaultFormatter.TimeSpanHumanize throws a more meaningful exception when called with TimeUnits larger than TimeUnit.Week + - [#314](https://github.com/MehdiK/Humanizer/pull/314): Added ByteRate class and supporting members to facilitate calculation of byte transfer rates [Commits](https://github.com/MehdiK/Humanizer/compare/v1.28.0...v1.29.0)