doc: fix fs.rmdir recursive option deprecation history

PR-URL: https://github.com/nodejs/node/pull/39728
Refs: https://github.com/nodejs/node/pull/35579
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Antoine du Hamel 2021-08-10 23:43:23 +02:00 committed by James M Snell
parent 1bd1a7ede5
commit 1c7a19b22b
No known key found for this signature in database
GPG Key ID: 7341B15C070877AC

View File

@ -1143,6 +1143,9 @@ changes:
pr-url: https://github.com/nodejs/node/pull/37302
description: The `recursive` option is deprecated, using it triggers a
deprecation warning.
- version: v14.14.0
pr-url: https://github.com/nodejs/node/pull/35579
description: The `recursive` option is deprecated, use `fsPromises.rm` instead.
- version:
- v13.3.0
- v12.16.0
@ -3295,6 +3298,9 @@ changes:
pr-url: https://github.com/nodejs/node/pull/37302
description: The `recursive` option is deprecated, using it triggers a
deprecation warning.
- version: v14.14.0
pr-url: https://github.com/nodejs/node/pull/35579
description: The `recursive` option is deprecated, use `fs.rm` instead.
- version:
- v13.3.0
- v12.16.0
@ -4994,6 +5000,9 @@ changes:
pr-url: https://github.com/nodejs/node/pull/37302
description: The `recursive` option is deprecated, using it triggers a
deprecation warning.
- version: v14.14.0
pr-url: https://github.com/nodejs/node/pull/35579
description: The `recursive` option is deprecated, use `fs.rmSync` instead.
- version:
- v13.3.0
- v12.16.0