diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/url/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 0e5c2787578..53950bcbea7 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,6 +1,6 @@ 2012-05-15 Ian Eure <ian@simplegeo.com> - * url-util.el (url-build-query-string): New function. + * url-util.el (url-build-query-string): New function (Bug#8706). (url-parse-query-string): Allow that '=' is not required and split URL parameters on ';', not just '&'. |