From 48b76d777a56dc85ad88096f3693dca6fe824e83 Mon Sep 17 00:00:00 2001 From: David Goss Date: Sun, 6 Sep 2020 08:31:07 +0100 Subject: [PATCH] docs: add changelog note about typescript (#1414) * docs: add changelog note about typescript * shorten message --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e64f62fda..2127fe2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO * Add support for Gherkin's [Rule/Example syntax](https://cucumber.io/docs/gherkin/reference/#rule) * Add `transpose` method to [data table interface](docs/support_files/data_table_interface.md) * Add `log` function to world, providing a shorthand to log plain text as [attachment(s)](docs/support_files/attachments.md) +* Now includes [TypeScript](https://www.typescriptlang.org/) type definitions, deprecating the need for `@types/cucumber` in TypeScript projects #### Breaking changes