summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-05-09 23:33:31 +0200
committerGitHub <noreply@github.com>2021-05-09 23:33:31 +0200
commit983a2aa11c397624d8a366d29184557ba1120f8d (patch)
tree17084ebc9e6a447a0e3e8ed711b480c6af4489b4 /changelog.md
parentf07583588c67f9f3f8dfd7eb44befb5101392d71 (diff)
downloadNim-983a2aa11c397624d8a366d29184557ba1120f8d.tar.gz
Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)" (#17984)
This reverts commit f4dd95f3bee14b69caec63c3be984c4a75f43c8a.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 7732aec30..29b3237d0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -299,7 +299,6 @@
 
 - Added `copyWithin` [for `seq` and `array` for JavaScript targets](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin).
 
-- Added optional `strict` argument to `parseUri` of `uri` module to raise a `UriParseError` if input contains newline or tab characters, or [remove them in non-strict case](https://url.spec.whatwg.org/#concept-basic-url-parser).
 
 ## Language changes