CHANGELOG.md in zhong-0.1.7 vs CHANGELOG.md in zhong-0.1.8
- old
+ new
@@ -1,4 +1,10 @@
+## 0.1.8
+
+- Make it very clear when callbacks cause skips of ticks or runs.
+- Add logging when jobs/ticks are skipped.
+- Do not skip when callbacks return nil (only on false explicitly).
+
## 0.1.7
- Improve test coverage.
- Fix a small serialization issue.