summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-06-08 10:57:27 +0300
committerEli Zaretskii <eliz@gnu.org>2019-06-08 10:57:27 +0300
commit468e7fb5d44af1cf7b2e16de398cf9dd73e6dc93 (patch)
tree0f1924d6252c399318ded54352a0d73ef6f99634
parent7541b06872ba134bfaa51b1aca7755a617fff807 (diff)
downloademacs-468e7fb5d44af1cf7b2e16de398cf9dd73e6dc93.tar.gz
; * etc/NEWS: NEWS entry for the last commit.
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cc2a5d78fbd..f358a211a54 100644
--- 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.
+
* Changes in Emacs 27.1 on Non-Free Operating Systems