X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=changelog.md;h=4223b1be884f53447cf14bcc53748238610d6b19;hp=1e787894b74cdd814c80509e7b659091a0b2ed94;hb=refs%2Fheads%2Fwoops;hpb=3fb0b4a71a70c154a5eeb41b89add4ae6be5a7a1 diff --git a/changelog.md b/changelog.md index 1e78789..4223b1b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,18 @@ # 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 +- change: break compat with base64 methods in StringUtils (now it works correctly, too) +- change: TestLauncher is now "silent" by default (no exception details, see setDetails(true)) + ## Version 4.7.2 - fix: Downloader issue with caching (input was spent when returned the first time)