doc: add missing "changes" key in YAML comment

PR-URL: https://github.com/nodejs/node/pull/18605
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
This commit is contained in:
Luigi Pinca 2018-02-06 22:34:50 +01:00 committed by Anna Henningsen
parent d1d9e2fce5
commit 610cac26f0
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -1666,6 +1666,7 @@ Found'`.
## http.createServer([options][, requestListener])
<!-- YAML
added: v0.1.13
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/15752
description: The `options` argument is supported now.