Skip to content

Commit 9396ebe

Browse files
committed
Attribution. Closes #723, #727
1 parent 419a6d8 commit 9396ebe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

History.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## [1.1.8-SNAPSHOT (Git master)](https://github.com/cucumber/cucumber-jvm/compare/v1.1.7...master)
22

3+
* [Groovy] Allow tests to run multi-threaded in the same JVM ([#723](https://github.com/cucumber/cucumber-jvm/issues/723), [#727](https://github.com/cucumber/cucumber-jvm/pull/727) Bradley Hart)
34
* [Core] New `DataTable.unorderedDiff` method ([#731](https://github.com/cucumber/cucumber-jvm/pull/731), [#732](https://github.com/cucumber/cucumber-jvm/issues/732) yoelb)
45
* [Core] Dynamically constructed converter for class with constructor assignable from String ([#735](https://github.com/cucumber/cucumber-jvm/issues/735), [#736](https://github.com/cucumber/cucumber-jvm/pull/736))
56
* [Core] Disregard order of HashMap entries in unit tests ([#739](https://github.com/cucumber/cucumber-jvm/pull/739) mchenryc)
@@ -32,7 +33,7 @@
3233
* [Clojure] Add tagged Before/After hook support ([#676](https://github.com/cucumber/cucumber-jvm/pull/676) Jeremy Anderson)
3334
* [Core] POJO with nullable enum fields support in tables ([#684](https://github.com/cucumber/cucumber-jvm/pull/684) Mykola Gurov)
3435
* [Core] `DataTable.flatten()` is gone. Use `DataTable.asList(String.class)` instead (Aslak Hellesøy)
35-
* [Core] A DataTable of 2 columns can be turned into a Map excplicitly via `DataTable.asMap()` or by declaring a generic parameter type. Similar to Cucumber-Ruby's Table#rows_hash (Aslak Hellesøy)
36+
* [Core] A DataTable of 2 columns can be turned into a Map excplicitly via `DataTable.asMap()` or by declaring a generic parameter type. Similar to Cucumber-Ruby's `Table#rows_hash` (Aslak Hellesøy)
3637
* [Core] Snippets for quoted arguments changed from from `([^\"]*)` to `(.*?)` to be aligned with Cucumber-Ruby (Aslak Hellesøy)
3738
* [Build] JDK7 is required to build everything. Built jars should still work on JDK6 (Aslak Hellesøy)
3839
* [Core] Fix compilation on JDK7 on OS X. ([#499](https://github.com/cucumber/cucumber-jvm/pull/499), [#487](https://github.com/cucumber/cucumber-jvm/issues/487) Aslak Hellesøy)

0 commit comments

Comments
 (0)