diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d94ecb60..ee10c0a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,18 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ### Security +## [2.19.0] - 2018-07-20 + +### Added + +- Hide Tags from Living Documentation ([516](https://github.com/picklesdoc/pickles/pull/516)) (by [@spacehole1](https://github.com/spacehole1)) +- Exclude Feature Files that have no included scenarios ([453](https://github.com/picklesdoc/pickles/issues/453)) (by [@janosmagyar](https://github.com/janosmagyar)) + +### Fixed + +- Scenario Outline special characters workaround ([509](https://github.com/picklesdoc/pickles/pull/509)) (by [@DominikBaran](https://github.com/DominikBaran)) +- Fix example matching for VSTest ([528](https://github.com/picklesdoc/pickles/pull/528)) (by [@jvandertil](https://github.com/jvandertil)) + ## [2.18.2] - 2018-04-28 ### Changed diff --git a/build.bat b/build.bat index 79b45ef10..a0825c98f 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ @echo off -set "picklesVersion=2.18.2" +set "picklesVersion=2.19.0" cls diff --git a/docs/Output/Dhtml/pickledFeatures.js b/docs/Output/Dhtml/pickledFeatures.js index 1c15c2ecb..a40ef7078 100644 --- a/docs/Output/Dhtml/pickledFeatures.js +++ b/docs/Output/Dhtml/pickledFeatures.js @@ -3133,7 +3133,7 @@ jsonPWrapper ({ }, "Configuration": { "SutName": "Pickles", - "SutVersion": "2.18.1", - "GeneratedOn": "20 April 2018 22:33:00" + "SutVersion": "2.19.0", + "GeneratedOn": "20 Juli 2018 19:39:00" } }); \ No newline at end of file diff --git a/docs/Output/Excel/features.xlsx b/docs/Output/Excel/features.xlsx index 1c0ea039d..9635a6ea7 100644 Binary files a/docs/Output/Excel/features.xlsx and b/docs/Output/Excel/features.xlsx differ diff --git a/docs/Output/Html/Features/00BasicGherkin/BasicGherkin.html b/docs/Output/Html/Features/00BasicGherkin/BasicGherkin.html index ee3d01cd7..194a2d1ed 100644 --- a/docs/Output/Html/Features/00BasicGherkin/BasicGherkin.html +++ b/docs/Output/Html/Features/00BasicGherkin/BasicGherkin.html @@ -305,9 +305,9 @@