X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=changelog.md;h=0860480ef58111e5b1354ca890096fc7a79ad6dc;hb=bd86c2218b4a8befeb9b2789b62e1697993f0b5b;hp=1e787894b74cdd814c80509e7b659091a0b2ed94;hpb=3fb0b4a71a70c154a5eeb41b89add4ae6be5a7a1;p=nikiroo-utils.git diff --git a/changelog.md b/changelog.md index 1e78789..0860480 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ # nikiroo-utils +## Version WIP + +- new: server: count the bytes we rec/send +- new: CryptUtils +- new: streams classes +- fix: IOUtils.readSmallStream and \n at the end +- fix: Base64 implementation changed +- change: serial: SSL -> CryptUtils +- change: MarkableFileInputStream moved to nikiroo.utils.streams +- change: Break compat with package utils.server (small change, Version not used anymore) +- change: Break compat with base64 methods in StringUtils (now it works correctly, too) + ## Version 4.7.2 - fix: Downloader issue with caching (input was spent when returned the first time)