From 3a101ec7ddf5ec588ce771424d38e2ee8b573498 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 8 Oct 2012 10:31:10 -0400 Subject: [PATCH] update changelog --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0933b39..91fd86e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 0.60.1 (2012-10-08) + +* sleep on select() to avoid spinning the cpu [Silvio Relli] + ## 0.60.0 (2012-09-25) * foreman run can run things from the Procfile like heroku run. [Dan Peterson]