CHANGELOG.md in right_develop-3.1.10 vs CHANGELOG.md in right_develop-3.1.11
- old
+ new
@@ -1,17 +1,23 @@
-# 1.0
+# 3.1
-Initial release calved from RightSupport.
+Made CI RSpec/Cucumber integration optional; the Rake task will adapt to whichever gems are present
+in the bundle.
+# 3.0
+
+Reformatted CI harnesss substantially, changing class names and definitions for better modularity
+and compatibility across RSpec v1-3. Rake task interface is compatible with RightDevelop v2;
+there should be no problems upgrading from v2 unless you were relying on RightDevelop internals.
+
# 2.0
Delegated reusable RightDevelop::Git functionality to right_git gem, removed
local class definitions. Some developer-specific git behavior remains.
Other than removing the Git functionality, no interface-breaking changes have occurred; there
should be no problems upgrading from v1 unless you were relying on the Git module.
-# 3.0
+# 1.0
-Reformatted CI harnesss substantially, changing class names and definitions for better modularity
-and compatibility across RSpec v1-3. Rake task interface is compatible with RightDevelop v2;
-there should be no problems upgrading from v2 unless you were relying on RightDevelop internals.
+Initial release calved from RightSupport.
+