From e2c77cf364857169facc3f3cecb53059df490364 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 14 May 2018 19:35:45 +0200 Subject: [PATCH] doc: add missing `changes:` entry for assert.throws Refs: https://github.com/nodejs/node/pull/20485 --- doc/api/assert.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/assert.md b/doc/api/assert.md index 19111f5137c7c9..094dcbc7f2112c 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -1056,6 +1056,10 @@ instead of the `AssertionError`.