aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-04-25 12:39:27 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-05-04 20:29:05 +0300
commit7806c39ecc92055cd338749148fda51b2dc01691 (patch)
treecb52f5bc766d12b68b9d20696aae0b60699ea43a /NEWS
parentd20431e11290320f04d62e26b9a7cbcefaf5480c (diff)
Add base64_encode(), base64_decode()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c459750..4db1de2 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ Version 0.4.0
* Add temp_directory(), temp_path() utility functions.
+ * Add base64_encode(), base64_decode() utility functions.
+
Version 0.3.0
* Add SHA256 hash calculator based on code from the FreeBSD project. That