summaryrefslogtreecommitdiff
path: root/doc/api/string_decoder.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/string_decoder.md')
-rw-r--r--doc/api/string_decoder.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/string_decoder.md b/doc/api/string_decoder.md
index a92f62ebcd..6b94b6bc3f 100644
--- a/doc/api/string_decoder.md
+++ b/doc/api/string_decoder.md
@@ -68,7 +68,7 @@ is performed before returning the remaining input.
<!-- YAML
added: v0.1.99
changes:
- - version: REPLACEME
+ - version: v8.0.0
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.