]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Mention incompatible change in url-http-create-request.
authorEli Zaretskii <eliz@gnu.org>
Wed, 17 Aug 2016 02:41:00 +0000 (05:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 17 Aug 2016 02:41:00 +0000 (05:41 +0300)
etc/NEWS

index 9f97d764aeed05584e22278bcf124cc3125af1e5..4c14e20e157399b024ad229e30783811ac47bc64 100644 (file)
--- 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.
+
 \f
 * Lisp Changes in Emacs 25.1