History.txt in guilded-1.0.9 vs History.txt in guilded-1.0.10

- old
+ new

@@ -1,7 +1,13 @@ -= 1.0.8 2010-04-16 += 1.0.10 2010-04-22 +* Added option to allow for serving jQuery lib from a remote asset server (ie. Google). +* Added Rails 3 compliant generators. + + += 1.0.9 2010-04-16 + * Updated the Rails Guilded initializer to get rid of deprecated RAILS_ROOT in favor of Rails.root. = 1.0.8 2010-03-12 @@ -11,22 +17,17 @@ = 1.0.7 2010-02-19 * Updated view helpers and Guilder to adapt to usage in Rails 3. -= 1.0.6 2010-02-18 - -* Added Rails 3 compliant generators. - - = 1.0.5 2010-01-21 * Gave css inclusion a :position option allowing for positioning before or after the component(s) css. = 1.0.4 2010-01-04 -* Fixed a bug with a file include to make guilded work with the bundler gem. +* Fixed a bug with a file include to make Guilded work with the bundler gem. = 1.0.3 2009-11-16 * The reset_guilded filter is now automatically set up in ActionController.