Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## Improvements:

* New Project Wizard references the latest versions of supported test frameworks and .Net frameworks
* 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.
* New Project Wizard references the latest versions of supported test frameworks and .NET frameworks
* 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.

## Bug fixes:

* Fix: Ambiguous steps reported wehn definition matches via more than one tag (#95)
* Fix: Ambiguous steps reported when definition matches via more than one tag (#95)
* Fix incorrect binding language detection for Visual Studio extension (#104)

*Contributors of this release (in alphabetical order):* @304NotModified, @clrudolphi
Expand Down
Loading