From 872f62d44cf322a377ed79b88027676c9ad4b832 Mon Sep 17 00:00:00 2001 From: Swarnava Mukherjee Date: Sun, 23 Jun 2024 22:15:48 +0530 Subject: [PATCH] doc: Update Roadmap entry (with information for postponement) Signed-off-by: Swarnava Mukherjee --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bafa5d9..c252050 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,6 @@ In any of the above case(s), the format for the file-name containing the checksu | 9 | Add support for documentation during scaffold and as a command (maybe via some 3rd party tools like `doxygen`) | `💤 TBD` || | 10 | Bootstrap `cbt` with `cbt` | `⛅ Partially achieved` || | 11 | Add native support for reading environment values from `env` file(s) | `✅ Complete` || -| 12 | Optimise compilation and building by inspecting dependency graph | `💤 TBD` | __ | +| 12 | Optimise compilation and building by inspecting dependency graph | `✅ Complete` | __ | | 13 | Support scaffold for daemons (*nix) and services (Windows) | `💤 TBD` || | 14 | Add support for `lint`ing | `💤 TBD` | _`cppcheck` seems to be a good fit for integration_ |