CHANGELOG.markdown in progress-3.5.2 vs CHANGELOG.markdown in progress-3.6.0

- old
+ new

@@ -1,8 +1,12 @@ # ChangeLog ## unreleased +## v3.6.0 (2021-04-02) + +* Use `Process.clock_gettime` instead of `Time.now` which is faster and should give proper estimates even if sleeping in the middle [#13](https://github.com/toy/progress/issues/13) [@toy](https://github.com/toy) + ## v3.5.2 (2019-07-14) * Remove deprecated `rubyforge_project` attribute from gemspec [rubygems/rubygems#2436](https://github.com/rubygems/rubygems/pull/2436) [@toy](https://github.com/toy) ## v3.5.1 (2019-05-25)