From 251751e6992a5c349cb1b7a7b35b3e1812f688dc Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 17 Sep 2017 12:02:20 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index cf4fcd8b..db7ddb59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,9 @@ by Ondrej Mosnáček, thanks!) - The `crypto_pwhash_str_needs_rehash()` function was added to check if a password hash string matches the given parameters, or if it needs an update. + - The library can now be compiled with recent versions of +emscripten/binaryen that don't allow multiple variables declarations +using a single `var` statement. * Version 1.0.13 - Javascript: the sumo builds now include all symbols. They were