From 5eb4d489eaeeb884c4e85811528bf4a8bdfe0a3f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 25 Apr 2013 21:55:37 -0700 Subject: [PATCH] Update NEWS for 0.4.1 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index fd91f4a6..7479c3ab 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ +* Version 0.4.1 + - sodium_version_*() functions were not exported in version 0.4. They + are now visible as intended. + * Version 0.4 - Most constants and operations are now available as actual functions instead of macros, making it easier to use from other languages.