From bd7411b8c86b874825dfdff359be9b4749db036e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Br=C3=A9chemier?= Date: Fri, 22 Apr 2011 11:35:25 +0200 Subject: [PATCH] Fixed issue in build process on Windows (Cygwin/Mingw) --- README.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/README.txt b/README.txt index e452c897..3e671579 100644 --- a/README.txt +++ b/README.txt @@ -178,6 +178,7 @@ HISTORY 2011-04-08, v1.5.8, Parameter replacement in getString() is now recursive 2011-04-12, v1.6.0, Added has() and is() methods to Sandbox utils API 2011-04-20, v1.6.1, Avoid type coercion in module definition: override + 2011-04-22, v1.6.2, Fixed issue in build process on Windows (Cygwin/Mingw) 2011-XX-XX, v1.7.0, ROADMAP: add support for plugins to extend Sandbox API 2011-XX-XX, v1.8.0, ROADMAP: add animate() method to CSS API of Sandbox 2011-XX-XX, v1.9.0, ROADMAP: add foreach(), map(), reduce() in array API