CHANGELOG.md in zhong-0.1.5 vs CHANGELOG.md in zhong-0.1.6
- old
+ new
@@ -1,8 +1,18 @@
+## 0.1.6
+
+- Add Zhong.any_running? for monitoring that any Zhong node has checked in rencently
+- More code cleanup/refactoring.
+
## 0.1.5
- Improve the API.
- Add scheduler test.
+- Add Zhong::Web to see job status, and enable/disable jobs. Activate it with:
+ Rails.application.routes.draw do
+ # ...
+ require "zhong/web"
+ mount Zhong::Web => "/zhong" # or wherever
## 0.1.4
- Fix several bugs related to time parsing.
- In a totally unrelated change, add some tests around time parsing.