From 526f686a4454180c53dfb456d9f0f68ee8d1b11c Mon Sep 17 00:00:00 2001 From: Steve Ognibene Date: Tue, 17 Jul 2018 21:50:37 -0400 Subject: [PATCH] minor wording tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c80a7d90..7d3f51a1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Do you use grunt-ts? Would you like to help keep it up-to-date for new TypeScri Thank you for your interest in contributing! Please see the [contributing](CONTRIBUTING.md) guide for details. ### Latest Changes -Latest recommended release is `6.0.0-beta.21`, which is compatible with TypeScript 2.7, and any future version of TypeScript by using the [tsconfig.json passthrough](#passthrough) feature, or the [additionalFlags](#additionalflags) option. +Latest recommended release is `6.0.0-beta.21`, which has native support for features added in TypeScript 2.7, and is compatible with any future version of TypeScript by using the [tsconfig.json passthrough](#passthrough) feature, or the [additionalFlags](#additionalflags) option. Latest "stable" (though very old at this point) release is `5.5.1` with built-in support for features up to TypeScript 1.8. [Full changelog is here](CHANGELOG.md). ## Quickstart