diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index d8d00367309fc3..683237a21800fc 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1780,6 +1780,9 @@ cause a lot of issues. See . ### DEP0089: require('assert') -Type: Documentation-only +Type: Deprecation revoked -Importing assert directly is not recommended as the exposed functions will use -loose equality checks. Use `require('assert').strict` instead. The API is the -same as the legacy assert but it will always use strict equality checks. +Importing assert directly was not recommended as the exposed functions use +loose equality checks. The deprecation was revoked because use of the `assert` +module is not discouraged, and the deprecation caused end user confusion. ### DEP0090: Invalid GCM authentication tag lengths