diff options
Diffstat (limited to 'changes/ticket28913')
-rw-r--r-- | changes/ticket28913 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28913 b/changes/ticket28913 new file mode 100644 index 0000000000..e09847464d --- /dev/null +++ b/changes/ticket28913 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Make the base32_decode() API return the number of bytes written, + for consistency with base64_decode(). + Closes ticket 28913. |