From a5916107dd6de6d744949feefda90b96af30a210 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 PR-URL: https://github.com/nodejs/node/pull/15381 Fixes: https://github.com/nodejs/node/issues/15379 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- doc/api/assert.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 384ec96687e2a8..b53e221416f0d7 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -112,8 +112,6 @@ 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/15001 description: Error names and messages are now properly compared