diff --git a/NEWS b/NEWS index 9d7ecc1d..c7c788a8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ +* Version 0.4.2 + - All NaCl constants are now also exposed as functions. + - The Android and iOS cross-compilation script have been improved. + - libsodium can now be cross-compiled to Windows from Linux. + - libsodium can now be compiled with emscripten. + - New convenience function (prototyped in utils.h): sodium_bin2hex(). + * Version 0.4.1 - sodium_version_*() functions were not exported in version 0.4. They are now visible as intended.