From 55e962cacbcd71f6bf633d8931d9b019a8ee9d5e Mon Sep 17 00:00:00 2001
From: Daniel Gustafsson <daniel@yesql.se>
Date: Tue, 5 Feb 2019 23:06:02 +0100
Subject: [PATCH] ROADMAP: remove already performed item

Commit 7a09b52c98ac8d840a8a9907b1a1d9a9e684bcf5 introduced support
for the draft-ietf-httpbis-cookie-alone-01 cookie draft, and while
the entry was removed from the TODO it was mistakenly left here.
Fix by removing and rewording the entry slightly.

Closes #3530
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
---
 docs/ROADMAP.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index 64989b1be1..497c45b542 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -13,11 +13,8 @@ QUIC
 HTTP cookies
 ------------
 
-Two cookie drafts have been adopted by the httpwg in IETF and we should
-support them as the popular browsers will as well:
-
-[Deprecate modification of 'secure' cookies from non-secure
-origins](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-00)
+On top of what we already support, the prefix cookie draft has been adopted by
+the httpwg in IETF and we should support it as the popular browsers will:
 
 [Cookie Prefixes](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00)
 
-- 
GitLab