diff --git a/CHANGELOG.md b/CHANGELOG.md index 61371ffb..0265dcdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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