Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-02-22 02:10:25 +0300
committerAnna Henningsen <anna@addaleax.net>2017-02-24 04:06:31 +0300
commit5da952472b4bf495674b68eeee02f06eda3d626a (patch)
tree3713b8e3027b973bcb582178edfa0020d5c69e57 /doc/api/string_decoder.md
parentadcd0bd9b457668930e0d5105426929a9b1b8fbd (diff)
doc: document pending semver-major API changes
PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Diffstat (limited to 'doc/api/string_decoder.md')
-rw-r--r--doc/api/string_decoder.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/string_decoder.md b/doc/api/string_decoder.md
index 17bacf33cbf..a92f62ebcdf 100644
--- a/doc/api/string_decoder.md
+++ b/doc/api/string_decoder.md
@@ -67,6 +67,11 @@ is performed before returning the remaining input.
### stringDecoder.write(buffer)
<!-- YAML
added: v0.1.99
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/9618
+ description: Each invalid character is now replaced by a single replacement
+ character instead of one for each individual byte.
-->
* `buffer` {Buffer} A `Buffer` containing the bytes to decode.