From a983ba9bb6f7ec208275ef637117e8ff003d2f97 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Tue, 6 Apr 2021 10:20:53 -0700 Subject: [PATCH 1/2] assert: change status of legacy asserts Previously marked deprecated, but these are unlikely to ever see breaking changes or complete removal. Mark as legacy instead. Signed-off-by: James M Snell --- doc/api/assert.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 45693dd52b0324..2b508a073aeae3 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -455,6 +455,10 @@ An alias of [`assert.ok()`][].