From 844d0fda3dd0266f053c0ad427082c1e932162c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryxi=CC=81?= Date: Tue, 8 Aug 2023 09:56:48 +0200 Subject: [PATCH] docs: Insert link to release notes wrt taskFor() deprecation - Link to v2.3.0 and v2.3.2 as they both have important information - Removes one TODO :) --- tests/dummy/app/docs/typescript/template.hbs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/dummy/app/docs/typescript/template.hbs b/tests/dummy/app/docs/typescript/template.hbs index 3e07e0c00..ceb908b32 100644 --- a/tests/dummy/app/docs/typescript/template.hbs +++ b/tests/dummy/app/docs/typescript/template.hbs @@ -45,14 +45,10 @@ ember-concurrency-ts and the taskFor() function it provides is no longer necessary - for interacting with tasks declared using the new syntax. + for interacting with tasks declared using the new syntax. See v2.3.0 and v2.3.2 release notes. -

- TODO: link to Github V 2.3 release notes / upgrade guide. -

-

If you would like to see the TypeScript guides for older versions of ember-concurrency (or pre-Octane Ember), please