From dc1e4b468dfb18cb69ab284cbc362288a1ce8df1 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 15 Jul 2014 14:19:37 -0700 Subject: [PATCH] Typo: not -> now --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 31f8bb15..b8ddb0bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ the message. - New ./configure switch: --enable-minimal, to create a smaller library, with only the functions required for the high-level API. Mainly useful for the JavaScript target and embedded systems. - - All the symbols are not exported by the Emscripten build script. + - All the symbols are now exported by the Emscripten build script. - The pkg-config .pc file is now always installed even if the pkg-config tool is not available during the installation.