]> git.eshelyaron.com Git - emacs.git/commitdiff
mention bug#8706 in the last url-util.el ChangeLog entry
authorTed Zlatanov <tzz@lifelogs.com>
Tue, 15 May 2012 08:53:49 +0000 (04:53 -0400)
committerTed Zlatanov <tzz@lifelogs.com>
Tue, 15 May 2012 08:53:49 +0000 (04:53 -0400)
lisp/url/ChangeLog

index 0e5c2787578056bb0f489009c200a6edb77ab462..53950bcbea7ee55dfa1264e1bf3fb5f3d15bce7e 100644 (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 '&'.