CHANGELOG.md in ruby_fs-0.2.0 vs CHANGELOG.md in ruby_fs-0.3.0
- old
+ new
@@ -1,6 +1,9 @@
# develop
+# 0.3.0
+ * Feature/Change: Switch command methods from yielding the result asynchronously to returning it synchronously. Allows for better actor usage (async/futures)
+
# 0.2.0
* Feature: Common command helper methods
* Feature: Trace level logging & easy logging override
* Feature: Clean shutdown
* Feature: Separate stream creation and connection/execution