doc: add version for http.createServer() options addition

8.12 Changelog
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.12.0

Specifically
[01dc646382] - http: add options to http.createServer() #15752

PR-URL: https://github.com/nodejs/node/pull/25001
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
This commit is contained in:
Ben Swinburne 2018-12-12 17:02:35 -05:00 committed by Vse Mozhet Byt
parent ee2d2638ad
commit 9a39a652c9

View File

@ -1851,7 +1851,7 @@ Found'`.
<!-- YAML <!-- YAML
added: v0.1.13 added: v0.1.13
changes: changes:
- version: v9.6.0 - version: v9.6.0, v8.12.0
pr-url: https://github.com/nodejs/node/pull/15752 pr-url: https://github.com/nodejs/node/pull/15752
description: The `options` argument is supported now. description: The `options` argument is supported now.
--> -->