]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: NEWS entry for the last commit.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Jun 2019 07:57:27 +0000 (10:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Jun 2019 07:57:27 +0000 (10:57 +0300)
etc/NEWS

index cc2a5d78fbd0c99bec36a26884c440f5677967bc..f358a211a54ab7b69879d501203a45fa98f984bb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2094,6 +2094,15 @@ case.
 It is a convenient and readable way to specify a regexp that should
 not match anything, and is as fast as any such regexp can be.
 
+++++
+** New functions to handle the URL variant of base-64 encoding.
+New functions 'base64url-encode-string' and 'base64url-encode-region'
+implement the url-variant of base-64 encoding as defined in RFC4648.
+
+The functions 'base64-decode-string' and 'base64-decode-region' now
+accept an optional argument to decode the URL variant of base-64
+encoding.
+
 \f
 * Changes in Emacs 27.1 on Non-Free Operating Systems