You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
## Improvements:
4
4
5
-
* New Project Wizard references the latest versions of supported test frameworks and .Net frameworks
6
-
* Format Document will now right-align numeric values in tables. This can be overridden to left align them by setting "gherkin_table_cell_right_align_numeric_content = false" in .editorconfig file within a [*.feature] section.
5
+
* New Project Wizard references the latest versions of supported test frameworks and .NET frameworks
6
+
* Format Document will now right-align numeric values in tables. This can be overridden to left align them by setting `gherkin_table_cell_right_align_numeric_content = false` in .editorconfig file within a `[*.feature]` section.
7
7
8
8
## Bug fixes:
9
9
10
-
* Fix: Ambiguous steps reported wehn definition matches via more than one tag (#95)
10
+
* Fix: Ambiguous steps reported when definition matches via more than one tag (#95)
11
11
* Fix incorrect binding language detection for Visual Studio extension (#104)
12
12
13
13
*Contributors of this release (in alphabetical order):*@304NotModified, @clrudolphi
0 commit comments