From 2a260dc249f2c294108fc90c9e71eb97cf1c8ef6 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 22 Jun 2021 21:48:15 +0300 Subject: [PATCH] docs: update Roadmap section header from "Done" to "Completed" (#42620) "Completed" just sounds better (to me). PR Close #42620 --- aio/content/guide/roadmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/guide/roadmap.md b/aio/content/guide/roadmap.md index 819c9a2864..652bbeaa0a 100644 --- a/aio/content/guide/roadmap.md +++ b/aio/content/guide/roadmap.md @@ -4,7 +4,7 @@ Angular receives a large number of feature requests, both from inside Google and The projects below are not associated with a particular Angular version. We'll release them on completion, and they will be part of a specific version based on our release schedule, following semantic versioning. For example, features are released in the next minor after they are complete, or the next major if they include breaking changes. -## In Progress +## In progress ### Improve test times and debugging with automatic test environment tear down @@ -82,7 +82,7 @@ A common problem with web applications is their slow initial load time. A way to
-

Done

+

Completed

Show all Hide all @@ -163,7 +163,7 @@ _Completed Q4 2020_ With the deprecation of TSLint we will be moving to ESLint. As part of the process, we will work on ensuring backward compatibility with our current recommended TSLint configuration, implement a migration strategy for existing Angular applications and introduce new tooling to the Angular CLI toolchain. -### Operation Bye Bye Backlog (aka Operation Byelog) +### Operation Bye Bye Backlog (aka Operation Byelog) _Completed Q4 2020_