summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-11-04 00:30:57 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-11-04 14:49:11 +0100
commited3f281ba9302d58644771082467983328643ff7 (patch)
tree48d1878ccf266cb3275e26bdbe7d51bab7c75c43 /ChangeLog.adoc
parenta8b6fa08b743066693fe1da02985d0f5422b7d36 (diff)
downloadweechat-ed3f281ba9302d58644771082467983328643ff7.zip
api: add functions string_base_{encode,decode}, remove functions string_{encode,decode}_base64
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 2cf2262ad..3d3fea9fb 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -20,7 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
New features::
- * api: return integer in function string_encode_base64
+ * api: add functions string_base_encode and string_base_decode, remove functions string_encode_base64 and string_decode_base64
* api: add support of Time-based One-Time Password (TOTP), add infos "totp_generate" and "totp_validate"
Bug fixes::