Update link for google fonts to https
[snf-cloudcms] / Changelog
index 0676cf0..4d2a680 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,30 @@
 Changelog
 =========
 
+v0.11.0
+-------
+
+* Userguide application
+* FAQ's application
+* Client downloads application
+* New service models
+* New html/css theme
+* Responsive html content
+* Userguide/FAQ's import from rst tool
+* Django auth context processor as snf-webproject hook
+* Major database updates. Use::
+       
+       $ snf-manage syncdb
+       $ snf-image migrate
+
+  to update existing databases. Additionally you can initiate service models and
+  media categories for FAQ/Userguide applications by loading the provided
+  fixtures::
+
+       $ snf-manage loaddata cloudcms_media_categories
+       $ snf-manage loaddata cloudcms_default_services
+
+
 v0.6.1
 ------
 * IE7 fixes