From fe15bf5bb960f9e471cef1c6bb98c8332e7c35f3 Mon Sep 17 00:00:00 2001 From: hisener Date: Wed, 13 Sep 2017 08:38:49 +0300 Subject: [PATCH] doc: fix wrong history entry in deepStrictEqual Fixes: #15379 --- doc/api/assert.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 111fd629f747a9..b53e221416f0d7 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -112,10 +112,8 @@ changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/15036 description: NaN is now compared using the [SameValueZero][] comparison. - - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/15001 - version: v8.5.0 - pr-url: https://github.com/nodejs/node/pull/12142 + pr-url: https://github.com/nodejs/node/pull/15001 description: Error names and messages are now properly compared - version: v8.0.0 pr-url: https://github.com/nodejs/node/pull/12142