CHANGELOG.rdoc in contour-0.7.2 vs CHANGELOG.rdoc in contour-0.8.0
- old
+ new
@@ -1,4 +1,19 @@
+== 0.8.0
+
+* Enhancements
+ * Updated to require Rails 3.2.x for ~> 0.8.0
+ * Google Omniauth authentication now uses OpenID protocol
+ # Replace
+ provider :google_apps, OpenID::Store::Filesystem.new('/tmp')
+ # With
+ provider :open_id, OpenID::Store::Filesystem.new('/tmp'), :name => 'google_apps', :identifier => 'https://www.google.com/accounts/o8/id'
+ * Added icons from gentleface.com (see LICENSE in /app/assets/images/contour/gentleface/LICENSE)
+ * Added qTip2, http://craigsworks.com/projects/qtip2/, distributed under http://creativecommons.org/licenses/by/3.0/
+
+* Bug Fix
+ * Fixed Rails 3.2.x deprecation warning due to passing the format in the template name for render :template
+
== 0.7.2
* Bug Fix
* Print layouts can now be specified using @media print{} block in CSS
\ No newline at end of file