Skip to content

Commit

Permalink
Merge pull request #16 from meokullu/update_readme_0001
Browse files Browse the repository at this point in the history
Update README.md for v.1.6.1
  • Loading branch information
meokullu authored Jun 14, 2023
2 parents bdc67a8 + c4ed4fe commit 7a54433
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ See [commit change](https://github.com/meokullu/CalculateETA/commits/master)
See [release history](https://github.com/meokullu/CalculateETA/releases)
See [changelog](https://github.com/meokullu/CalculateETA/blob/master/CHANGELOG.MD)

* 1.6.1
* Added missing return summaries.
* Added warning for frequency parameter should be provided with ticksPerMilliseconds.
* Fixed calculations on CalcETA(int, int timeSpan), CalcETA(uint,uint, timeSpan), CalcETAUnsafe(int, int, timeSpan) and CalcETAUnsafe(uint, uint, timeSpan).
* Fixed wrong parameter name on methods that use totalElapsedTicks and frequency as parameters.

* 1.6.0
* Added TimeSpanETAUnsafe(), NumberFormatETAUnsafe(), NameETAUnsafe() and NameETABetterVisualUnsafe() methods.
* totalSeconds variables renamed into elapsedSeconds.
Expand Down

0 comments on commit 7a54433

Please sign in to comment.