Skip to content

Commit 3f69388

Browse files
committed
fixup! doc: add missing v0.11.15 changelog entry
1 parent e83d0f3 commit 3f69388

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

doc/changelogs/CHANGELOG_ARCHIVE.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<a id="0.11.15"></a>
183183

184184
## 2015.01.20, Version 0.11.15 (Unstable)
185-
185+
186186
* v8: Upgrade to 3.28.73
187187
* uv: Upgrade to 1.0.2
188188
* npm: Upgrade to v2.1.6
@@ -203,33 +203,33 @@
203203
* build: i18n: add icu config options (Steven R. Loomis)
204204
* build: i18n: support little-endian machines (Steven Loomis)
205205
* build: vcbuild fix "The input line is too long." (Alexis Campailla)
206-
* child_process: improve spawn() argument handling (cjihrig)
206+
* child\_process: improve `spawn()` argument handling (cjihrig)
207207
* cluster: avoid race enabling debugger in worker (Timothy J Fontaine)
208-
* cluster: cluster.disconnect() should check status (Sam Roberts)
208+
* cluster: `cluster.disconnect()` should check status (Sam Roberts)
209209
* cluster: do not signal children in debug mode (Fedor Indutny)
210210
* cluster: don't assert if worker has no handles (Sam Roberts)
211-
* core: fix usage of uv_cwd (Saúl Ibarra Corretgé)
212-
* core: replace uv_fs_readdir with uv_fs_scandir (Saúl Ibarra Corretgé)
213-
* crypto: createDiffieHellman throw for bad args (Trevor Norris)
211+
* core: fix usage of `uv_cwd` (Saúl Ibarra Corretgé)
212+
* core: replace `uv_fs_readdir` with `uv_fs_scandir` (Saúl Ibarra Corretgé)
213+
* crypto: `createDiffieHellman` throw for bad args (Trevor Norris)
214214
* crypto: lower RSS usage for TLSCallbacks (Fedor Indutny)
215215
* crypto: store thread id as pointer-sized (Alexis Campailla)
216216
* dns: propagate domain for c-ares methods (Chris Dickinson)
217217
* fs: fix symlink error message (Vladimir Kurchatkin)
218-
* http: Improve _addHeaderLines method (Jackson Tian)
219-
* http: cleanup setHeader() (Trevor Norris)
220-
* http: rename flush to flushHeaders (Timothy J Fontaine)
221-
* lib,src: fix spawnSync ignoring its 'env' option (Juanjo)
218+
* http: Improve `_addHeaderLines` method (Jackson Tian)
219+
* http: cleanup `setHeader()` (Trevor Norris)
220+
* http: rename `flush` to `flushHeaders` (Timothy J Fontaine)
221+
* lib,src: fix `spawnSync` ignoring its 'env' option (Juanjo)
222222
* modules: adding load linked modules feature (Thorsten Lorenz)
223-
* net: Make server.connections un-enumerable (Patrick Mooney)
224-
* net: add pauseOnConnect option to createServer() (cjihrig)
225-
* net: make connect() input validation synchronous (cjihrig)
223+
* net: Make `server.connections` un-enumerable (Patrick Mooney)
224+
* net: add `pauseOnConnect` option to `createServer()` (cjihrig)
225+
* net: make `connect()` input validation synchronous (cjihrig)
226226
* node: avoid automatic microtask runs (Vladimir Kurchatkin)
227227
* node: fix throws before timer module is loaded (Trevor Norris)
228228
* openssl: fix keypress requirement in apps on win32 (Fedor Indutny)
229-
* path: added parse() and format() functions (Rory Bradford)
229+
* path: added `parse()` and `format()` functions (Rory Bradford)
230230
* path: allow calling platform specific methods (Timothy J Fontaine)
231231
* path: don't lower-cases drive letters (Bert Belder)
232-
* path: refactor normalizeArray() (Nathan Woltman)
232+
* path: refactor `normalizeArray()` (Nathan Woltman)
233233
* process: pid can be a string in process.kill() (Sam Roberts)
234234
* readline: fix performance issue when large line (Jicheng Li)
235235
* readline: should not require an output stream. (Julien Gilli)
@@ -240,16 +240,16 @@
240240
* src: all wrap's now use actual FunctionTemplate (Trevor Norris)
241241
* src: fix VC++ warning C4244 (Rasmus Christian Pedersen)
242242
* src: remove Async Listener (Trevor Norris)
243-
* stream: switch _writableState.buffer to queue (Chris Dickinson)
243+
* stream: switch `_writableState.buffer` to queue (Chris Dickinson)
244244
* streams: make setDefaultEncoding() throw (Brian White)
245245
* streams: set default encoding for writable streams (Johnny Ray)
246-
* tls: remove tls.createSecurePair code deprecation (Jackson Tian)
247-
* tls_wrap: ignore ZERO_RETURN after close_notify (Fedor Indutny)
246+
* tls: remove `tls.createSecurePair` code deprecation (Jackson Tian)
247+
* tls\_wrap: ignore `ZERO_RETURN` after `close_notify` (Fedor Indutny)
248248
* url: change hostname regex to negate invalid chars (Jonathan Johnson)
249249
* url: fixed encoding for slash switching emulation. (Evan Rutledge Borden)
250250
* url: improve parsing speed (CGavrila)
251251
* url: make query() consistent (Gabriel Wicke)
252-
* url: support `path` for url.format (Yazhong Liu)
252+
* url: support `path` for `url.format` (Yazhong Liu)
253253
* util: add es6 Symbol support for `util.inspect` (gyson)
254254

255255
<a id="0.11.14"></a>

0 commit comments

Comments
 (0)