mention bug#8706 in the last url-util.el ChangeLog entry

This commit is contained in:
Ted Zlatanov 2012-05-15 04:53:49 -04:00
parent 5e561bc76d
commit 4f0f72be56

View file

@ -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 '&'.