From 3f0d274b86ea8ace40eb8570374d499f5f2b2530 Mon Sep 17 00:00:00 2001 From: Jared Proffitt Date: Fri, 5 Sep 2014 17:27:19 -0500 Subject: [PATCH] Adding django 1.7 upgrade to changelog --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 28a2052..28b2f99 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,4 +9,5 @@ v 0.1 (in development) - Fixed injection security bug in fab command - Using virtualenv to run project fabfiles - Added task argument support! - - Fabric task lists are now cached per project. Invalidate the cache on the project detail page. \ No newline at end of file + - Fabric task lists are now cached per project. Invalidate the cache on the project detail page. + - Upgraded to django 1.7. IMPORTANT: run fabric-bolt migrate. \ No newline at end of file