HISTORY.markdown in tork-15.1.0 vs HISTORY.markdown in tork-16.0.0
- old
+ new
@@ -1,11 +1,31 @@
------------------------------------------------------------------------------
+Version 16.0.0 (2012-01-25)
+------------------------------------------------------------------------------
+
+Breaking changes:
+
+ * Drop the `Tork::Config.test_name_extractor` configuration option.
+
+ * Pass line numbers instead of test names to before/after fork hooks.
+
+ * Pass $~ (MatchData) to `Tork::Config::test_file_globbers` functions.
+
+New features:
+
+ * tork/config/cucumber: only run changed scenarios in changed features.
+
+Housekeeping:
+
+ * README: update instructions on running Tork directly from Git clone.
+
+------------------------------------------------------------------------------
Version 15.1.0 (2012-01-25)
------------------------------------------------------------------------------
New features:
- * GH-19: add support for running cucumber features.
+ * GH-19: add `tork cucumber` for running cucumber features.
Bug fixes:
* tork/config/rails: support Rails 2 and don't assume AR is used. (Benjamin
Quorning)