CHANGELOG.md in oxidized-script-0.2.0 vs CHANGELOG.md in oxidized-script-0.3.0
- old
+ new
@@ -1,4 +1,10 @@
+# 0.3.0
+- FEATURE on --regex to run commands on hosts matching a regex (by @nertwork)
+- FEATURE on -g to run commands on entire group (by @nertwork)
+- FEATURE on -r to thread commands run on entire group (by @nertwork)
+- BUGFIX: fix for replacing escaped newlines in config files (by @nertwork)
+
# 0.2.0
- FEATURE on -x disable ssh exec mode (by @nickhilliard)
# 0.1.2
- BUGFIX: fix for oxidized refactored code