CHANGELOG.md in hard_worker-0.0.2 vs CHANGELOG.md in hard_worker-0.0.3
- old
+ new
@@ -6,6 +6,11 @@
Things are almost working. You can enqueue jobs! That should be more than enough.
Rails integration to be done soon!
## [0.0.2] - 2021-07-15
-- Bugfix: was requiring byebug.
+- Bugfix: was requiring byebug.
+
+## [0.0.3] - 2021-07-16
+
+- YAML Marshalled queue! So now the queue stays in memory even if restarted. Though kill and term signals still need catching.. that is not done yet.
+- Also, now you can use classes! As long as the class has a perform-method.
\ No newline at end of file