CHANGELOG.md in kobot-1.2.5 vs CHANGELOG.md in kobot-1.3.0
- old
+ new
@@ -26,5 +26,10 @@
### v1.2.4
- Changed to use boolean values for validation instead of raising exceptions
### v1.2.5
- Added I18n support for both English and Japanese KOT UI
+
+### v1.3.0
+- Added config option (-a, --auto-skip-without) to enable automatic skipping based on schedule
+- Replaced deprecated options with capabilities option in Selenium driver initialization
+- Refactored scattered attr_accessors and reduced instance variables count reported by Rubocop