From 545e1d62b1ca3ea3977f97e27eb5c687a99a46e7 Mon Sep 17 00:00:00 2001 From: Augustin Popa Date: Mon, 8 Jun 2020 10:58:12 -0700 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 7449584..dd1113d 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -7,7 +7,7 @@ This page describes a prioritized backlog of new vcpkg feature work and completi - [ ] **Release date:** May 2020 (2020.05) - [ ] **Versioning support** - [x] **Description:** Vcpkg will give you more flexibility by letting you specify the versions of libraries to install. - - [ ] **Specification/design document**: _Work in progress_ + - [ ] **Specification/design document**: [Link to draft PR](https://github.com/microsoft/vcpkg/pull/11758) - [ ] **Release date:** June 2020 (2020.06) - [ ] **Manifest file support** - [x] **Description:** Vcpkg will support a manifest file that can specify all your dependencies declaratively and can be checked into source control.