summaryrefslogtreecommitdiff
path: root/doc/api/querystring.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/querystring.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/querystring.md')
-rw-r--r--doc/api/querystring.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/querystring.md b/doc/api/querystring.md
index 0c31c1600b..5b913c1a68 100644
--- a/doc/api/querystring.md
+++ b/doc/api/querystring.md
@@ -31,6 +31,9 @@ necessary by assigning `querystring.escape` to an alternative function.
<!-- YAML
added: v0.1.25
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/10967
+ description: Multiple empty entries are now parsed correctly (e.g. `&=&=`).
- version: v6.0.0
pr-url: https://github.com/nodejs/node/pull/6055
description: The returned object no longer inherits from `Object.prototype`.