Skip to content

Commit 468e7fb

Browse files
committed
; * etc/NEWS: NEWS entry for the last commit.
1 parent 7541b06 commit 468e7fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

etc/NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,6 +2094,15 @@ case.
20942094
It is a convenient and readable way to specify a regexp that should
20952095
not match anything, and is as fast as any such regexp can be.
20962096

2097+
++++
2098+
** New functions to handle the URL variant of base-64 encoding.
2099+
New functions 'base64url-encode-string' and 'base64url-encode-region'
2100+
implement the url-variant of base-64 encoding as defined in RFC4648.
2101+
2102+
The functions 'base64-decode-string' and 'base64-decode-region' now
2103+
accept an optional argument to decode the URL variant of base-64
2104+
encoding.
2105+
20972106

20982107
* Changes in Emacs 27.1 on Non-Free Operating Systems
20992108

0 commit comments

Comments
 (0)