From fe9a2f1f3c8319c6fdc45ad54a62f06534083c03 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 6 Sep 2013 14:11:46 +0900 Subject: [PATCH] updating change log. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8f1868d..92cb89d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-09-06 v3.0.0 + * Supporting the sandbox of cabal 1.18. + * Obsoleting the support for cabal-dev + 2013-09-04 v2.1.2 * Supporting multiple target files. (@nh2)