summaryrefslogtreecommitdiff
path: root/doc/api/string_decoder.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-02-22 00:10:25 +0100
committerAnna Henningsen <anna@addaleax.net>2017-02-24 02:06:31 +0100
commit5da952472b4bf495674b68eeee02f06eda3d626a (patch)
tree3713b8e3027b973bcb582178edfa0020d5c69e57 /doc/api/string_decoder.md
parentadcd0bd9b457668930e0d5105426929a9b1b8fbd (diff)
downloadandroid-node-v8-5da952472b4bf495674b68eeee02f06eda3d626a.tar.gz
android-node-v8-5da952472b4bf495674b68eeee02f06eda3d626a.tar.bz2
android-node-v8-5da952472b4bf495674b68eeee02f06eda3d626a.zip
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 17bacf33cb..a92f62ebcd 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.