From 50b334befd494546faca720e541ea88f7553731c Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 14 May 2018 19:35:45 +0200 Subject: doc: add missing `changes:` entry for assert.throws Refs: https://github.com/nodejs/node/pull/20485 PR-URL: https://github.com/nodejs/node/pull/20723 Reviewed-By: Ruben Bridgewater Reviewed-By: Ujjwal Sharma --- doc/api/assert.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/api/assert.md') diff --git a/doc/api/assert.md b/doc/api/assert.md index 19111f5137..094dcbc7f2 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -1056,6 +1056,10 @@ instead of the `AssertionError`.