CHANGELOG.md in rspec-system-2.0.0 vs CHANGELOG.md in rspec-system-2.1.0
- old
+ new
@@ -1,5 +1,19 @@
+2.1.0
+=====
+
+This is a small feature release, that includes the ability for custom prefabs to be 'merged' with the inbuilt ones. This is a convenience, so that one can override the box definitions without having to also provide new Fact details (for example).
+
+#### Detailed Changes
+
+* Bundle exec should be used (Hunter Haugen)
+* Align bundler instructions based on @hunner previous patch (Ken Barber)
+* Perform deep merge of custom prefabs (Dominic Cleal)
+* Fix yard doc error for Helpers (Ken Barber)
+
+-------------------------------
+
2.0.0
=====
This major release adds some syntactical sugar, providing the user with the ability to use helpers in subjects.
@@ -42,10 +56,16 @@
* The system_* methods no longer work: system_run, system_rcp and system_node
* system_setup_block no longer works.
Before upgrading, we suggest you upgrade to 1.7.0, paying heed to any deprecation warnings before upgrading to 2.0.0.
-#### Detail Changes
+#### Detailed Changes
+
+* Fix yarddoc for rcp (Ken Barber)
+* Remove deprecations in prep for 2 (Ken Barber)
+* More sugar through lazy helper object (Ken Barber)
+* Fix 2 yard errors (Ken Barber)
+* Minor improvements to tests and apidocs (Ken Barber)
-------------------------------
1.7.0
=====