From 5e814b09185ad9bfea3a60903a0472737f00bf30 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 7 Jul 2013 23:56:53 -0700 Subject: [PATCH] Update NEWS file --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) 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.