summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-08-17 05:41:00 +0300
committerEli Zaretskii <eliz@gnu.org>2016-08-17 05:41:00 +0300
commit2e524034f778d404268adde25b6f7d2bd22c67e0 (patch)
tree983cffafaba73c4f412245f93b1fcb1c2f174b28
parent2e4e74ea9c21f8a8cc73172cf4a41e5116a9dadc (diff)
downloademacs-2e524034f778d404268adde25b6f7d2bd22c67e0.tar.gz
; * etc/NEWS: Mention incompatible change in url-http-create-request.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9f97d764aee..4c14e20e157 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1265,6 +1265,12 @@ Emacs 24.2 and earlier, which did not support unary '/'.
that happen, 'unhandled-file-name-directory' now defaults to calling
'file-name-as-directory'.
+** The URL package now insists on sending only unibyte strings to server
+This means packages that use URL cannot bind `url-request-data' to
+multibyte strings. If non-ASCII characters should be part of the URL
+payload, then `url-request-data' should be encoded to become a unibyte
+string.
+
* Lisp Changes in Emacs 25.1