diff options
author | lloyd <[email protected]> | 2011-05-12 14:47:53 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-12 14:47:53 +0000 |
commit | 44aa55d0aeb96d452450df5c024db7275a560925 (patch) | |
tree | aadfe42a7f9bd2c546a8d3c47fb5a1b639baf43d /doc | |
parent | 6b97d4b061b07f036dc3f823d6cd082fa67a71bb (diff) |
Add base64_decode. Seems to work OK, though incremental decoding is
not well tested.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 1cbe2b4df..988e4d71d 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -40,6 +40,9 @@ Version 1.9.18, Not Yet Released * TR1 support is not longer automatically assumed under older versions of GCC +* Functions for base64 decoding that work standalone (without needing + to use a pipe) have been added to ``base64.h`` + * The function ``BigInt::to_u32bit`` was inadvertently removed in 1.9.11 and has been added back. |